diff options
author | jsing <> | 2014-07-10 10:09:54 +0000 |
---|---|---|
committer | jsing <> | 2014-07-10 10:09:54 +0000 |
commit | e55b3f9b10908408bebfb52f2d8a6b98b9814add (patch) | |
tree | a3ae9a1ee6ac2322bc9543b358593d2c2bd98f16 /src/lib/libssl/ssl_locl.h | |
parent | 4c842635fbe2aa61878226cb3083d6d178062524 (diff) | |
download | openbsd-e55b3f9b10908408bebfb52f2d8a6b98b9814add.tar.gz openbsd-e55b3f9b10908408bebfb52f2d8a6b98b9814add.tar.bz2 openbsd-e55b3f9b10908408bebfb52f2d8a6b98b9814add.zip |
Remove more compression related code.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index b3bc4f4ae4..150f56e1d6 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.57 2014/07/10 08:51:15 tedu Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.58 2014/07/10 10:09:54 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -579,7 +579,6 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth, | |||
579 | STACK_OF(SSL_CIPHER) **pref, STACK_OF(SSL_CIPHER) **sorted, | 579 | STACK_OF(SSL_CIPHER) **pref, STACK_OF(SSL_CIPHER) **sorted, |
580 | const char *rule_str); | 580 | const char *rule_str); |
581 | void ssl_update_cache(SSL *s, int mode); | 581 | void ssl_update_cache(SSL *s, int mode); |
582 | int ssl_cipher_get_comp(const SSL_SESSION *s, SSL_COMP **comp); | ||
583 | int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, | 582 | int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, |
584 | const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size); | 583 | const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size); |
585 | int ssl_cipher_get_evp_aead(const SSL_SESSION *s, const EVP_AEAD **aead); | 584 | int ssl_cipher_get_evp_aead(const SSL_SESSION *s, const EVP_AEAD **aead); |