summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509v3/v3_utl.c2
-rw-r--r--src/lib/libssl/src/crypto/x509v3/v3_utl.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_utl.c b/src/lib/libcrypto/x509v3/v3_utl.c
index 3134feff21..bf6f81a5e9 100644
--- a/src/lib/libcrypto/x509v3/v3_utl.c
+++ b/src/lib/libcrypto/x509v3/v3_utl.c
@@ -416,9 +416,7 @@ strip_spaces(char *name)
416 416
417/* Given a buffer of length 'len' return a malloc'ed string with its 417/* Given a buffer of length 'len' return a malloc'ed string with its
418 * hex representation 418 * hex representation
419 * @@@ (Contents of buffer are always kept in ASCII, also on EBCDIC machines)
420 */ 419 */
421
422char * 420char *
423hex_to_string(const unsigned char *buffer, long len) 421hex_to_string(const unsigned char *buffer, long len)
424{ 422{
diff --git a/src/lib/libssl/src/crypto/x509v3/v3_utl.c b/src/lib/libssl/src/crypto/x509v3/v3_utl.c
index 3134feff21..bf6f81a5e9 100644
--- a/src/lib/libssl/src/crypto/x509v3/v3_utl.c
+++ b/src/lib/libssl/src/crypto/x509v3/v3_utl.c
@@ -416,9 +416,7 @@ strip_spaces(char *name)
416 416
417/* Given a buffer of length 'len' return a malloc'ed string with its 417/* Given a buffer of length 'len' return a malloc'ed string with its
418 * hex representation 418 * hex representation
419 * @@@ (Contents of buffer are always kept in ASCII, also on EBCDIC machines)
420 */ 419 */
421
422char * 420char *
423hex_to_string(const unsigned char *buffer, long len) 421hex_to_string(const unsigned char *buffer, long len)
424{ 422{