Fix warning in ssl2_enc
Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit f9ea4deba006ee45a61e5f406f12c936b9bc162e)
This commit is contained in:
parent
2e524475cd
commit
4b12a17fe3
@ -137,7 +137,7 @@ int ssl2_enc(SSL *s, int send)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* check for NULL cipher */
|
/* check for NULL cipher */
|
||||||
if (ds == NULL) return;
|
if (ds == NULL) return 1;
|
||||||
|
|
||||||
|
|
||||||
bs=ds->cipher->block_size;
|
bs=ds->cipher->block_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user