mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
705536e2b5
Don't wrap conditionally-compiled files in global ifndef tests. Instead, test if the feature is disabled and, if so, do not compile it. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11263)
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=dh_lib.c dh_key.c dh_group_params.c dh_check.c dh_backend.c dh_gen.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
dh_asn1.c dh_err.c \
|
|
dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c
|
|
IF[{- !$disabled{'deprecated-0.9.8'} -}]
|
|
SOURCE[../../libcrypto]=dh_depr.c
|
|
ENDIF
|
|
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|