Add rc2 ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index a42a31325efdda00c51d2d4c7fb478137954e0d0..5142357c7eccd344a82a659fe4d986196b50e203 100644 (file)
@@ -60,4 +60,9 @@ IF[{- !$disabled{rc5} -}]
       cipher_rc5.c cipher_rc5_hw.c
 ENDIF
 
+IF[{- !$disabled{rc2} -}]
+  SOURCE[../../../libcrypto]=\
+      cipher_rc2.c cipher_rc2_hw.c
+ENDIF
+
 INCLUDE[../../../libcrypto]=. ../../../crypto