Add des ciphers to default provider
[openssl.git] / providers / default / ciphers / build.info
index 02e0f7fa51a17506e30bddaae5ab1869831fa1a0..f942ccc0309364131189bb9d8bfd450de0623af2 100644 (file)
@@ -4,7 +4,8 @@ IF[{- !$disabled{des} -}]
   SOURCE[../../../libcrypto]=\
       cipher_tdes_default.c cipher_tdes_default_hw.c \
       cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
-      cipher_desx.c cipher_desx_hw.c
+      cipher_desx.c cipher_desx_hw.c \
+      cipher_des.c cipher_des_hw.c
 ENDIF
 
 IF[{- !$disabled{aria} -}]