fix for static analysis warning

This commit is contained in:
Jacob Barthelmeh
2017-02-22 10:05:37 -07:00
parent 0f2a4be832
commit 7763a002f3

View File

@@ -6981,7 +6981,6 @@ WOLFSSL_EVP_PKEY* wolfSSL_d2i_PrivateKey(int type, WOLFSSL_EVP_PKEY** out,
if (out != NULL && *out != NULL) {
wolfSSL_EVP_PKEY_free(*out);
local = *out;
}
local = wolfSSL_PKEY_new();