Skip to content

Commit

Permalink
Implement template for EVP_PKEY for the 1.1.1 shim
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Jul 6, 2023
1 parent 42364b0 commit 1503380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/ossl_bm.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ OSSL_MAKE_DELETER(EC_POINT, EC_POINT_free)
OSSL_MAKE_DELETER(BN_CTX, BN_CTX_free)
OSSL_MAKE_DELETER(EVP_CIPHER_CTX, EVP_CIPHER_CTX_free)
OSSL_MAKE_DELETER(EVP_PKEY_CTX, EVP_PKEY_CTX_free)
OSSL_MAKE_DELETER(EVP_PKEY, EVP_PKEY_free)

// OpenSSL 1.0.x has different APIs for EVP_MD_CTX and HMAC
// We need to add more custom logic to HMAC to let it properly delete the
Expand Down

0 comments on commit 1503380

Please sign in to comment.