mirror of https://github.com/openssl/openssl.git
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;
|
ok=1;
|
||||||
end:
|
end:
|
||||||
EVP_PKEY_free(pkey);
|
|
||||||
return(ok);
|
return(ok);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue