]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix compilation without OPENSSL_NO_COMP :-)
authorDr. Stephen Henson <steve@openssl.org>
Sat, 1 Oct 2005 00:40:34 +0000 (00:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 1 Oct 2005 00:40:34 +0000 (00:40 +0000)
ssl/s3_enc.c

index d83d42e583f0ed82c9bdd17f6ecda6252ead3ac6..561a9846e97432d3356bd1795e9f9802d1dd9d62 100644 (file)
@@ -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);