提交 f9ea4deb 编写于 作者: M Matt Caswell

Fix warning in ssl2_enc

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 eceef8fb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册