Add IDEA ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index a4ca5cc6c889bb3bcaaa48bb40c27650853cb5ed..3722215daf09f86729e3d00e7238a9b995201ecb 100644 (file)
@@ -24,4 +24,9 @@ IF[{- !$disabled{bf} -}]
       cipher_blowfish.c cipher_blowfish_hw.c
 ENDIF
 
+IF[{- !$disabled{idea} -}]
+  SOURCE[../../../libcrypto]=\
+      cipher_idea.c cipher_idea_hw.c
+ENDIF
+
 INCLUDE[../../../libcrypto]=. ../../../crypto