From 87dd2c0df712a3de91371f86a8b291e4fc65fa05 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 1 Jun 2014 04:15:25 +0000 Subject: EBCDIC support died a while ago, except in a comment. --- src/lib/libcrypto/x509v3/v3_utl.c | 2 -- src/lib/libssl/src/crypto/x509v3/v3_utl.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'src') 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) /* 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/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) /* 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) { -- cgit v1.2.3-55-g6feb