Fix compilation without OPENSSL_NO_COMP :-)
This commit is contained in:
parent
09b6c2ef15
commit
d08b6b44ba
@ -358,9 +358,7 @@ int ssl3_setup_key_block(SSL *s)
|
|||||||
const EVP_MD *hash;
|
const EVP_MD *hash;
|
||||||
int num;
|
int num;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
#ifdef OPENSSL_NO_COMP
|
|
||||||
SSL_COMP *comp;
|
SSL_COMP *comp;
|
||||||
#endif
|
|
||||||
|
|
||||||
if (s->s3->tmp.key_block_length != 0)
|
if (s->s3->tmp.key_block_length != 0)
|
||||||
return(1);
|
return(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user