From 6ac73bd27d209a47dce4b245145f55151f5bfa6e Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 10 Jul 2014 11:58:08 +0000 Subject: Remove more compression tendrils. ok tedu@ --- src/lib/libssl/ssl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl.h') 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 @@ -/* $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 */ -- cgit v1.2.3-55-g6feb