summaryrefslogtreecommitdiffstats
path: root/providers/default/ciphers/build.info
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-19 15:38:51 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-19 15:38:51 +1000
commit105dde2528d64b4af25c241288a985fdfc27afbc (patch)
treeed797163af31f173bc5d5a6c223206829ebed91a /providers/default/ciphers/build.info
parent639b53ecd82648fbb66a2ab7dabece7f15a1f730 (diff)
Add sm4 ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9935)
Diffstat (limited to 'providers/default/ciphers/build.info')
-rw-r--r--providers/default/ciphers/build.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/providers/default/ciphers/build.info b/providers/default/ciphers/build.info
index 66ef9df68a..8f2bbae28d 100644
--- a/providers/default/ciphers/build.info
+++ b/providers/default/ciphers/build.info
@@ -39,4 +39,9 @@ IF[{- !$disabled{seed} -}]
cipher_seed.c cipher_seed_hw.c
ENDIF
+IF[{- !$disabled{sm4} -}]
+ SOURCE[../../../libcrypto]=\
+ cipher_sm4.c cipher_sm4_hw.c
+ENDIF
+
INCLUDE[../../../libcrypto]=. ../../../crypto