From f86c28ad4bfdc2b74d551011a8cdab1709632c1c Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Fri, 1 Dec 2023 12:50:17 +0100 Subject: [PATCH] build.info: update HMAC_GOAL to ENULL_HMAC_GOAL and file names. --- providers/implementations/ciphers/build.info | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/providers/implementations/ciphers/build.info b/providers/implementations/ciphers/build.info index 4c91a73eb4a07..8c502f59fe090 100644 --- a/providers/implementations/ciphers/build.info +++ b/providers/implementations/ciphers/build.info @@ -26,7 +26,7 @@ $CHACHA_GOAL=../../libdefault.a $CHACHAPOLY_GOAL=../../libdefault.a $SIV_GOAL=../../libdefault.a $SIV_GCM_GOAL=../../libdefault.a -$HMAC_GOAL=../../libdefault.a +$ENULL_HMAC_GOAL=../../libdefault.a IF[{- !$disabled{asm} -}] $GHASHDEF_x86=GHASH_ASM @@ -194,5 +194,7 @@ IF[{- !$disabled{chacha} -}] ENDIF ENDIF -SOURCE[$HMAC_GOAL]=\ - cipher_hmac_sha256.c cipher_hmac_sha256_hw.c +IF[{- !$disabled{integrity-only-cipher} -}] + SOURCE[$ENULL_HMAC_GOAL]=\ + cipher_enull_hmac.c cipher_enull_hmac_hw.c +ENDIF