From 7763a002f326f330aa8ecf08e0a5f27952f4fe0d Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 22 Feb 2017 10:05:37 -0700 Subject: [PATCH] fix for static analysis warning --- src/ssl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 53d187865..625fd7939 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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();