Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions RSA.xs
Original file line number Diff line number Diff line change
Expand Up @@ -788,16 +788,10 @@ _new_key_from_parameters(proto, n, e, d, p, q)
if (error)
{
EVP_PKEY_free(rsa);
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
EVP_PKEY_CTX_free(pctx);
#endif
CHECK_OPEN_SSL(0);
}
}
end:
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
EVP_PKEY_CTX_free(pctx);
#endif

OUTPUT:
RETVAL
Expand Down
Loading