Source code cleanups: Use void * rather than char * in lhash,
[openssl.git] / ssl / s3_srvr.c
index ce68732e60db37119b123743098d4c870eaa0ddc..b500b2315ff4b60b184f299e76a6d449ef7ff745 100644 (file)
@@ -903,7 +903,7 @@ static int ssl3_send_server_key_exchange(SSL *s)
        unsigned int u;
 #endif
 #ifndef NO_DH
-       DH *dh,*dhp;
+       DH *dh=NULL,*dhp;
 #endif
        EVP_PKEY *pkey;
        unsigned char *p,*d;