Commit 08e4ea48 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

initialise dh_clnt

parent 98909c1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)