Skip to content

Commit

Permalink
Fix GCC 10 FIPS build
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Oct 23, 2024
1 parent ce5c18e commit c8d764b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crypto/fipsmodule/evp/p_hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,6 @@ DEFINE_METHOD_FUNCTION(EVP_PKEY_METHOD, EVP_PKEY_hmac_pkey_meth) {
out->copy = hmac_copy;
out->cleanup = hmac_cleanup;
out->keygen = hmac_keygen;
out->sign_init = NULL;
out->sign = NULL;
out->sign_message = NULL;
out->verify_init = NULL;
out->verify = NULL;
out->verify_message = NULL;
out->verify_recover = NULL;
out->encrypt = NULL;
out->decrypt = NULL;
out->derive = NULL;
out->paramgen = NULL;
out->ctrl = hmac_ctrl;
out->ctrl_str = hmac_ctrl_str;
}
Expand Down

0 comments on commit c8d764b

Please sign in to comment.