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