提交 08e4ea48 编写于 作者: D Dr. Stephen Henson

initialise dh_clnt

上级 98909c1d
......@@ -2432,6 +2432,7 @@ int ssl3_send_client_key_exchange(SSL *s)
{
/* Use client certificate key */
EVP_PKEY *clkey = s->cert->key->privatekey;
dh_clnt = NULL;
if (clkey)
dh_clnt = EVP_PKEY_get1_DH(clkey);
if (dh_clnt == NULL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册