diff options
-rw-r--r-- | lib/libcrypto/x509v3/v3_utl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/x509v3/v3_utl.c b/lib/libcrypto/x509v3/v3_utl.c index 3134feff21f..bf6f81a5e9b 100644 --- a/lib/libcrypto/x509v3/v3_utl.c +++ b/lib/libcrypto/x509v3/v3_utl.c @@ -416,9 +416,7 @@ strip_spaces(char *name) /* Given a buffer of length 'len' return a malloc'ed string with its * hex representation - * @@@ (Contents of buffer are always kept in ASCII, also on EBCDIC machines) */ - char * hex_to_string(const unsigned char *buffer, long len) { |