summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_utl.c
diff options
context:
space:
mode:
authorderaadt <>2014-06-01 04:15:25 +0000
committerderaadt <>2014-06-01 04:15:25 +0000
commit87dd2c0df712a3de91371f86a8b291e4fc65fa05 (patch)
treec677d4f0b515668f2862c7c10dd08a5df0edbd07 /src/lib/libcrypto/x509v3/v3_utl.c
parent310f4abbcfabc125e38e6ebdb3ae21ebdd980c60 (diff)
downloadopenbsd-87dd2c0df712a3de91371f86a8b291e4fc65fa05.tar.gz
openbsd-87dd2c0df712a3de91371f86a8b291e4fc65fa05.tar.bz2
openbsd-87dd2c0df712a3de91371f86a8b291e4fc65fa05.zip
EBCDIC support died a while ago, except in a comment.
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_utl.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_utl.c2
1 files changed, 0 insertions, 2 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{