Commit 098fc2c0 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove one EVP_PKEY_free() that shouldn't be there.

parent cfcf6453
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -405,7 +405,6 @@ X509_STORE_CTX *ctx;
		}
	ok=1;
end:
	EVP_PKEY_free(pkey);
	return(ok);
	}