Add blowfish ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index 92f87e0301eaa304893eb56bef4c4d593c2c9762..a4ca5cc6c889bb3bcaaa48bb40c27650853cb5ed 100644 (file)
@@ -19,4 +19,9 @@ IF[{- !$disabled{camellia} -}]
       cipher_camellia.c cipher_camellia_hw.c
 ENDIF
 
+IF[{- !$disabled{bf} -}]
+  SOURCE[../../../libcrypto]=\
+      cipher_blowfish.c cipher_blowfish_hw.c
+ENDIF
+
 INCLUDE[../../../libcrypto]=. ../../../crypto