diff options
author | jsing <> | 2014-07-10 11:58:08 +0000 |
---|---|---|
committer | jsing <> | 2014-07-10 11:58:08 +0000 |
commit | 6ac73bd27d209a47dce4b245145f55151f5bfa6e (patch) | |
tree | da4f7e1c8520a8acffc74003f2c3179883bf5a6d /src/lib/libssl/ssl.h | |
parent | 3ac3d33258509422950536bdebb6e93c575cca61 (diff) | |
download | openbsd-6ac73bd27d209a47dce4b245145f55151f5bfa6e.tar.gz openbsd-6ac73bd27d209a47dce4b245145f55151f5bfa6e.tar.bz2 openbsd-6ac73bd27d209a47dce4b245145f55151f5bfa6e.zip |
Remove more compression tendrils.
ok tedu@
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index ee549c9184..0301fd0b96 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.59 2014/07/10 09:26:08 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.60 2014/07/10 11:58:08 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 | * |
@@ -772,8 +772,6 @@ struct ssl_ctx_st { | |||
772 | const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3-sha1' */ | 772 | const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3-sha1' */ |
773 | 773 | ||
774 | STACK_OF(X509) *extra_certs; | 774 | STACK_OF(X509) *extra_certs; |
775 | STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ | ||
776 | |||
777 | 775 | ||
778 | /* Default values used when no per-SSL value is defined follow */ | 776 | /* Default values used when no per-SSL value is defined follow */ |
779 | 777 | ||