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

This commit is contained in:
Dr. Stephen Henson 1999-01-03 02:15:34 +00:00
parent cfcf645356
commit 098fc2c0d8

View File

@ -405,7 +405,6 @@ X509_STORE_CTX *ctx;
}
ok=1;
end:
EVP_PKEY_free(pkey);
return(ok);
}