mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
3ca28c9e81
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21108)
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
LIBS=../../libcrypto
|
|
$OPENSSLSRC=\
|
|
cmp_asn.c cmp_ctx.c cmp_err.c cmp_util.c \
|
|
cmp_status.c cmp_hdr.c cmp_protect.c cmp_msg.c cmp_vfy.c \
|
|
cmp_server.c cmp_client.c cmp_genm.c
|
|
|
|
IF[{- !$disabled{'http'} -}]
|
|
$OPENSSLSRC=$OPENSSLSRC cmp_http.c
|
|
ENDIF
|
|
|
|
SOURCE[../../libcrypto]=$OPENSSLSRC
|