Add SEED ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index 05e45553f98193f9f439899a9257d35e49197125..66ef9df68a6917d3b2493235dd2a34202f78c743 100644 (file)
@@ -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