Commit d08b6b44 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Fix compilation without OPENSSL_NO_COMP :-)

parent 09b6c2ef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);