summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-01 04:15:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-01 04:15:26 +0000
commitca6a993950deb92f0117a876b851ef73fb163521 (patch)
tree2096fa97ea08d7038d8eb521bedd45158530d9c0 /lib/libcrypto
parent2805bee3d9484f2286ca630d0837784220f99a0e (diff)
EBCDIC support died a while ago, except in a comment.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/x509v3/v3_utl.c2
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)
{