summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-01 04:15:25 +0000
committerderaadt <deraadt@openbsd.org>2014-06-01 04:15:25 +0000
commit87ac28a57cf7ec0f4c9af4f6109e1b0a217f3251 (patch)
tree2a46707a409adb222507baafd86b27e98c4bbc10 /lib/libssl/src
parentClean up the tls1_change_cipher_state() key length handling and use a (diff)
downloadwireguard-openbsd-87ac28a57cf7ec0f4c9af4f6109e1b0a217f3251.tar.xz
wireguard-openbsd-87ac28a57cf7ec0f4c9af4f6109e1b0a217f3251.zip
EBCDIC support died a while ago, except in a comment.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/x509v3/v3_utl.c2
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)
{