From: Dr. Stephen Henson Date: Sat, 1 Oct 2005 00:40:34 +0000 (+0000) Subject: Fix compilation without OPENSSL_NO_COMP :-) X-Git-Tag: OpenSSL_0_9_8k^2~1787 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d08b6b44bab929d95eae4d0ccc66f1aef0e035bc Fix compilation without OPENSSL_NO_COMP :-) --- diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c index d83d42e583..561a9846e9 100644 --- a/ssl/s3_enc.c +++ b/ssl/s3_enc.c @@ -358,9 +358,7 @@ int ssl3_setup_key_block(SSL *s) const EVP_MD *hash; int num; int ret = 0; -#ifdef OPENSSL_NO_COMP SSL_COMP *comp; -#endif if (s->s3->tmp.key_block_length != 0) return(1);