remove the util function dump_hex() in favor of dump_data()

This commit is contained in:
Klas Lindfors
2015-12-15 10:27:54 +01:00
parent 30cc13aaff
commit a143c6d67d
4 changed files with 14 additions and 19 deletions
-1
View File
@@ -40,7 +40,6 @@
size_t read_data(unsigned char*, size_t, FILE*, enum enum_format);
void dump_data(unsigned const char*, unsigned int, FILE*, bool, enum enum_format);
void dump_hex(unsigned const char*, unsigned int, FILE*, bool);
int set_length(unsigned char*, int);
int get_length(const unsigned char*, int*);
X509_NAME *parse_name(const char*);