From 23195e4dcc7385c8f8e87098f78ef0179682f3f9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 26 Dec 2012 14:56:27 +0000 Subject: [PATCH] stop warning (backport from HEAD) --- ssl/t1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 48e99c5011..25723d33a3 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -3025,7 +3025,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) -- 2.25.1