mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Fix no-pic static builds
The cipher_tdes_common causes build failure as being duplicated in libcrypto static builds. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11544)
This commit is contained in:
parent
49276c3569
commit
ca59b00bbd
@ -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} -}]
|
||||
|
Loading…
Reference in New Issue
Block a user