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

Initialize sigsize.

上级 341e18b4
......@@ -2659,7 +2659,7 @@ int ssl3_send_client_verify(SSL *s)
{
unsigned char signbuf[64];
int i;
size_t sigsize;
size_t sigsize=64;
s->method->ssl3_enc->cert_verify_mac(s,
NID_id_GostR3411_94,
data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册