initialise dh_clnt

This commit is contained in:
Dr. Stephen Henson 2012-01-26 14:37:46 +00:00
parent 98909c1d5b
commit 08e4ea4884

View File

@ -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)