mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
62f49b90d7
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10826)
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
LIBS=../../libcrypto
|
|
|
|
$COMMON=dh_lib.c dh_key.c
|
|
|
|
SOURCE[../../libcrypto]=$COMMON\
|
|
dh_asn1.c dh_gen.c dh_check.c dh_err.c dh_depr.c \
|
|
dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c \
|
|
dh_rfc7919.c
|
|
|
|
SOURCE[../../providers/libfips.a]=$COMMON
|