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