Add rc5 ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index 76a5135aacac6b16e08a9519ae117eb103c8a701..a42a31325efdda00c51d2d4c7fb478137954e0d0 100644 (file)
@@ -55,4 +55,9 @@ IF[{- !$disabled{rc4} -}]
       cipher_rc4.c cipher_rc4_hw.c
 ENDIF
 
+IF[{- !$disabled{rc5} -}]
+  SOURCE[../../../libcrypto]=\
+      cipher_rc5.c cipher_rc5_hw.c
+ENDIF
+
 INCLUDE[../../../libcrypto]=. ../../../crypto