提交 d08b6b44 编写于 作者: D Dr. Stephen Henson

Fix compilation without OPENSSL_NO_COMP :-)

上级 09b6c2ef
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册