Merge pull request #126 from NickolasLapp/scan_build_errs

Changes to remove scan-build warnings when compiling with full build
This commit is contained in:
toddouska
2015-08-12 16:42:47 -07:00
3 changed files with 93 additions and 8 deletions

View File

@@ -1323,7 +1323,6 @@ static int ProcessClientKeyExchange(const byte* input, int* sslBytes,
wc_FreeRsaKey(&key);
return -1;
}
ret = 0; /* not in error state */
session->sslServer->arrays->preMasterSz = SECRET_LEN;
/* store for client side as well */