summaryrefslogtreecommitdiffstats
path: root/providers/default/ciphers/build.info
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-18 22:13:59 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-18 22:13:59 +1000
commit70adc64632dde9359c8c1c23d01ef7f68d51382e (patch)
tree4a2773f14dde1e47f4920f0d3fb094e3cfba1415 /providers/default/ciphers/build.info
parent9a92bf1bffad15ede5ac97d1f1705c3e2c249a98 (diff)
Add SEED ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9932)
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 05e45553f9..66ef9df68a 100644
--- a/providers/default/ciphers/build.info
+++ b/providers/default/ciphers/build.info
@@ -34,4 +34,9 @@ IF[{- !$disabled{cast} -}]
cipher_cast5.c cipher_cast5_hw.c
ENDIF
+IF[{- !$disabled{seed} -}]
+ SOURCE[../../../libcrypto]=\
+ cipher_seed.c cipher_seed_hw.c
+ENDIF
+
INCLUDE[../../../libcrypto]=. ../../../crypto