mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +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)
16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=rsa_ossl.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_pk1.c \
|
|
rsa_none.c rsa_oaep.c rsa_chk.c rsa_pss.c rsa_x931.c rsa_crpt.c \
|
|
rsa_x931g.c rsa_sp800_56b_gen.c rsa_sp800_56b_check.c rsa_backend.c \
|
|
rsa_mp_names.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
rsa_saos.c rsa_err.c rsa_asn1.c rsa_ameth.c rsa_prn.c \
|
|
rsa_pmeth.c rsa_meth.c rsa_mp.c rsa_ssl.c
|
|
IF[{- !$disabled{'deprecated-0.9.8'} -}]
|
|
SOURCE[../../libcrypto]=rsa_depr.c
|
|
ENDIF
|
|
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|