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
1 changed files with 0 additions and 1 deletions

View File

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