Fix no-pic static builds
[openssl.git] / providers / implementations / ciphers / build.info
index c97008c3301a2b192783c6cb1e93faa68b7f7ae4..a952c21638d7629fce2f577f970aca3dda2e24ac 100644 (file)
@@ -63,8 +63,12 @@ IF[{- !$disabled{des} -}]
       cipher_tdes_default.c cipher_tdes_default_hw.c \
       cipher_tdes_wrap.c cipher_tdes_wrap_hw.c
   SOURCE[$DES_GOAL]=\
-      cipher_desx.c cipher_desx_hw.c cipher_tdes_common.c\
+      cipher_desx.c cipher_desx_hw.c \
       cipher_des.c cipher_des_hw.c
+ IF[{- !$disabled{module} -}]
+   SOURCE[$DES_GOAL]=\
+       cipher_tdes_common.c
+ ENDIF
 ENDIF
 
 IF[{- !$disabled{aria} -}]