Skip to content

Commit

Permalink
build.info: add cipher_hmac_sha256 file for building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Nov 22, 2023
1 parent dc5e5db commit 1e53723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/implementations/ciphers/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $CHACHA_GOAL=../../libdefault.a
$CHACHAPOLY_GOAL=../../libdefault.a
$SIV_GOAL=../../libdefault.a
$SIV_GCM_GOAL=../../libdefault.a
$HMAC_GOAL=../../libdefault.a

IF[{- !$disabled{asm} -}]
$GHASHDEF_x86=GHASH_ASM
Expand Down Expand Up @@ -192,3 +193,6 @@ IF[{- !$disabled{chacha} -}]
cipher_chacha20_poly1305.c cipher_chacha20_poly1305_hw.c
ENDIF
ENDIF

SOURCE[$HMAC_GOAL]=\
cipher_hmac_sha256.c cipher_hmac_sha256_hw.c

0 comments on commit 1e53723

Please sign in to comment.