diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-10 11:58:09 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-10 11:58:09 +0000 |
commit | 6acc082c51fba5841c83ca548de045a17af8c2dd (patch) | |
tree | aefd86315156a65243f3e2af392dadc60f669514 /lib/libssl/ssl.h | |
parent | 9939333d7e5005b14ea345cb7ad6fa3ed9eb75a0 (diff) |
Remove more compression tendrils.
ok tedu@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index ee549c91848..0301fd0b967 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.h,v 1.59 2014/07/10 09:26:08 jsing Exp $ */ +/* $OpenBSD: ssl.h,v 1.60 2014/07/10 11:58:08 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -772,8 +772,6 @@ struct ssl_ctx_st { const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3-sha1' */ STACK_OF(X509) *extra_certs; - STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ - /* Default values used when no per-SSL value is defined follow */ |