mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +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
372 B
Plaintext
13 lines
372 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=dsa_sign.c dsa_vrf.c dsa_lib.c dsa_ossl.c dsa_check.c \
|
|
dsa_key.c dsa_backend.c dsa_gen.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
dsa_asn1.c dsa_err.c dsa_ameth.c dsa_pmeth.c dsa_prn.c \
|
|
dsa_meth.c
|
|
IF[{- !$disabled{'deprecated-0.9.8'} -}]
|
|
SOURCE[../../libcrypto]=dsa_depr.c
|
|
ENDIF
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|