From: Dr. Stephen Henson Date: Thu, 19 Jul 2012 16:57:19 +0000 (+0000) Subject: stop warning X-Git-Tag: master-post-reformat~1747 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8e2a06bf5c0587f69dff0cd654214c20096baf84 stop warning --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 3421e34549..5873053f83 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -2988,7 +2988,7 @@ static int tls12_get_pkey_idx(unsigned char sig_alg) static void tls1_lookup_sigalg(int *phash_nid, int *psign_nid, int *psignhash_nid, const unsigned char *data) { - int sign_nid, hash_nid; + int sign_nid = 0, hash_nid = 0; if (!phash_nid && !psign_nid && !psignhash_nid) return; if (phash_nid || psignhash_nid)