diff options
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 | ||