help static analysis

This commit is contained in:
toddouska
2013-02-25 10:47:55 -08:00
parent 4fe2a1ec42
commit f3a16e56c7

View File

@@ -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)