Skip to content

Commit

Permalink
fixup! Refactor EVP_SKEY initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Feb 17, 2025
1 parent 6f3274b commit 7aeb51a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/evp/s_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ int EVP_SKEY_export(const EVP_SKEY *skey, int selection,
return evp_skeymgmt_export(skey->skeymgmt, skey->keydata, selection, export_cb, export_cbarg);
}


static EVP_SKEY *evp_skey_alloc(EVP_SKEYMGMT *skeymgmt)
{
EVP_SKEY *skey = OPENSSL_zalloc(sizeof(EVP_SKEY));
Expand Down

0 comments on commit 7aeb51a

Please sign in to comment.