Skip to content

Commit

Permalink
initialise dh_clnt
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Jan 26, 2012
1 parent 98909c1 commit 08e4ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl/s3_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08e4ea4

Please sign in to comment.