diff options
author | jsing <> | 2014-07-10 11:58:08 +0000 |
---|---|---|
committer | jsing <> | 2014-07-10 11:58:08 +0000 |
commit | 594d83270f6315c9a02e4af765acf21cf3ba7083 (patch) | |
tree | da4f7e1c8520a8acffc74003f2c3179883bf5a6d /src/lib/libssl/ssl.h | |
parent | bd4341e90140ba86e47e2a819a931d54dec8b512 (diff) | |
download | openbsd-594d83270f6315c9a02e4af765acf21cf3ba7083.tar.gz openbsd-594d83270f6315c9a02e4af765acf21cf3ba7083.tar.bz2 openbsd-594d83270f6315c9a02e4af765acf21cf3ba7083.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 | ||