summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/x509v3/v3_utl.c2
-rw-r--r--lib/libssl/src/crypto/x509v3/v3_utl.c2
2 files changed, 0 insertions, 4 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)
{
diff --git a/lib/libssl/src/crypto/x509v3/v3_utl.c b/lib/libssl/src/crypto/x509v3/v3_utl.c
index 3134feff21f..bf6f81a5e9b 100644
--- a/lib/libssl/src/crypto/x509v3/v3_utl.c
+++ b/lib/libssl/src/crypto/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)
{