Fix compilation without OPENSSL_NO_COMP :-)
[openssl.git] / 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;
        const EVP_MD *hash;
        int num;
        int ret = 0;
-#ifdef OPENSSL_NO_COMP
        SSL_COMP *comp;
        SSL_COMP *comp;
-#endif
 
        if (s->s3->tmp.key_block_length != 0)
                return(1);
 
        if (s->s3->tmp.key_block_length != 0)
                return(1);