diff options
| author | 2014-04-15 17:46:16 +0000 | |
|---|---|---|
| committer | 2014-04-15 17:46:16 +0000 | |
| commit | b4148b700a1c8f291abcf64c42ac3229f9827ca7 (patch) | |
| tree | 157ab6b25c416ae3585d10a00df3c301d6bc4d95 /lib/libssl/src/ssl/s2_lib.c | |
| parent | - get the spacing right for -e, -i, -n, and -s (diff) | |
| download | wireguard-openbsd-b4148b700a1c8f291abcf64c42ac3229f9827ca7.tar.xz wireguard-openbsd-b4148b700a1c8f291abcf64c42ac3229f9827ca7.zip | |
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
with the bearded ones...
some API's that nobody should be using will dissapear with this commit.
Diffstat (limited to 'lib/libssl/src/ssl/s2_lib.c')
| -rw-r--r-- | lib/libssl/src/ssl/s2_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/ssl/s2_lib.c b/lib/libssl/src/ssl/s2_lib.c index d3764ebbe90..76ed9129276 100644 --- a/lib/libssl/src/ssl/s2_lib.c +++ b/lib/libssl/src/ssl/s2_lib.c @@ -475,10 +475,6 @@ ssl2_generate_key_material(SSL *s) md5 = EVP_md5(); -#ifdef CHARSET_EBCDIC - c = os_toascii['0']; /* Must be an ASCII '0', not EBCDIC '0', - see SSLv2 docu */ -#endif EVP_MD_CTX_init(&ctx); km = s->s2->key_material; |
