Remove one EVP_PKEY_free() that shouldn't be there.
This commit is contained in:
parent
cfcf645356
commit
098fc2c0d8
1 changed files with 0 additions and 1 deletions
|
@ -405,7 +405,6 @@ X509_STORE_CTX *ctx;
|
|||
}
|
||||
ok=1;
|
||||
end:
|
||||
EVP_PKEY_free(pkey);
|
||||
return(ok);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue