From f3a16e56c7e6da78aef882008a95919822b9919e Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 25 Feb 2013 10:47:55 -0800 Subject: [PATCH] help static analysis --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index d4bd38a87..6348ca9b3 100644 --- a/src/internal.c +++ b/src/internal.c @@ -8774,7 +8774,7 @@ int SetCipherList(Suites* s, const char* list) byte* out; int outLen; byte hashAlgo = sha_mac; - byte sigAlgo; + byte sigAlgo = anonymous_sa_algo; #ifdef CYASSL_CALLBACKS if (ssl->hsInfoOn)