diff options
author | 2014-07-10 11:58:08 +0000 | |
---|---|---|
committer | 2014-07-10 11:58:08 +0000 | |
commit | 99906d1eeeedc42ecfaf35f2c6d15bb10d993f70 (patch) | |
tree | 43bc9f92bc8b689fc37fdc75ffa11bd33b2b3bc4 /lib/libssl/ssl_ciph.c | |
parent | Clear CPUF_PARK flag to avoid re-parking on resume. (diff) | |
download | wireguard-openbsd-99906d1eeeedc42ecfaf35f2c6d15bb10d993f70.tar.xz wireguard-openbsd-99906d1eeeedc42ecfaf35f2c6d15bb10d993f70.zip |
Remove more compression tendrils.
ok tedu@
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r-- | lib/libssl/ssl_ciph.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index bcd9b500f48..92d2417cb9f 100644 --- a/lib/libssl/ssl_ciph.c +++ b/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.61 2014/07/10 10:09:54 jsing Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.62 2014/07/10 11:58:08 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -168,10 +168,6 @@ static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }; -#define SSL_COMP_NULL_IDX 0 -#define SSL_COMP_ZLIB_IDX 1 -#define SSL_COMP_NUM_IDX 2 - #define SSL_MD_MD5_IDX 0 #define SSL_MD_SHA1_IDX 1 #define SSL_MD_GOST94_IDX 2 |