summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/build.info')
-rw-r--r--providers/implementations/ciphers/build.info4
1 files changed, 3 insertions, 1 deletions
diff --git a/providers/implementations/ciphers/build.info b/providers/implementations/ciphers/build.info
index c8f35bb1d8..b4fbe1aa7b 100644
--- a/providers/implementations/ciphers/build.info
+++ b/providers/implementations/ciphers/build.info
@@ -153,7 +153,9 @@ IF[{- !$disabled{sm4} -}]
SOURCE[$SM4_GOAL]=\
cipher_sm4.c cipher_sm4_hw.c \
cipher_sm4_gcm.c cipher_sm4_gcm_hw.c \
- cipher_sm4_ccm.c cipher_sm4_ccm_hw.c
+ cipher_sm4_ccm.c cipher_sm4_ccm_hw.c \
+ cipher_sm4_xts.c cipher_sm4_xts_hw.c
+
ENDIF
IF[{- !$disabled{ocb} -}]