Skip to content

Commit

Permalink
defltpov.c: register ossl_enull_hmac_sha384_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Dec 1, 2023
1 parent 714ffca commit 504f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/defltprov.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static const OSSL_ALGORITHM_CAPABLE deflt_ciphers[] = {
#endif /* OPENSSL_NO_CHACHA */
#ifndef OPENSSL_NO_INTEGRITY_ONLY_CIPHER
ALG(PROV_NAMES_ENULL_HMAC_SHA256, ossl_enull_hmac_sha256_functions),
ALG(PROV_NAMES_ENULL_HMAC_SHA384, ossl_null_functions),
ALG(PROV_NAMES_ENULL_HMAC_SHA384, ossl_enull_hmac_sha384_functions),
#endif
{ { NULL, NULL, NULL }, NULL }
};
Expand Down

0 comments on commit 504f037

Please sign in to comment.