From ab2dff61d072c03c9b7490c6bcdfcf2cda20b3f5 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Mon, 4 Dec 2023 09:11:09 +0100 Subject: [PATCH] fixup! cipher_enull_hmac.c: add implementation for ossl_enull_hmac_sha384_functions --- providers/implementations/ciphers/cipher_enull_hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/implementations/ciphers/cipher_enull_hmac.c b/providers/implementations/ciphers/cipher_enull_hmac.c index 6e6354c1babfd..122a7a94d6856 100644 --- a/providers/implementations/ciphers/cipher_enull_hmac.c +++ b/providers/implementations/ciphers/cipher_enull_hmac.c @@ -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,