mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
Remove one EVP_PKEY_free() that shouldn't be there.
This commit is contained in:
parent
cfcf645356
commit
098fc2c0d8
@ -405,7 +405,6 @@ X509_STORE_CTX *ctx;
|
||||
}
|
||||
ok=1;
|
||||
end:
|
||||
EVP_PKEY_free(pkey);
|
||||
return(ok);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user