Skip to content

Commit

Permalink
fixup! cipher_enull_hmac.c: add implementation for ossl_enull_hmac_sh…
Browse files Browse the repository at this point in the history
…a384_functions
  • Loading branch information
rajeev-0 committed Dec 4, 2023
1 parent b7da7cc commit ab2dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/ciphers/cipher_enull_hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const OSSL_DISPATCH ossl_enull_hmac_##md##_functions[] = { \
{ OSSL_FUNC_CIPHER_SETTABLE_CTX_PARAMS, \
(void (*)(void))enull_hmac_settable_ctx_params }, \
OSSL_DISPATCH_END \
};
}

IMPLEMENT_cipher(sha256, SHA256, ENULL_HMAC_SHA256_FLAGS,
ENULL_HMAC_SHA256_KEYLEN * 8, ENULL_HMAC_SHA256_BLKLEN * 8,
Expand Down

0 comments on commit ab2dff6

Please sign in to comment.