diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-01 04:15:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-01 04:15:26 +0000 |
commit | 56c4513c0341df2f4eeaeed593eab24acd4a8f27 (patch) | |
tree | 07d2bdad89f3d15b3ae07b41669af49f455c974c | |
parent | fa8f06b196da470ef1365526414ad8b498f9efcd (diff) |
EBCDIC support died a while ago, except in a comment.
-rw-r--r-- | lib/libssl/src/crypto/x509v3/v3_utl.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |