Skip to content

Commit b4f6889

Browse files
targosrichardlau
andcommitted
build,deps: update OpenSSL Makefiles for 3.5
Co-Authored-By: Richard Lau <[email protected]>
1 parent 365523e commit b4f6889

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

deps/openssl/config/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ OPSSL_SRC = ../openssl
3737
# Header files generated with Configure
3838
#INT_CFGS = bn_conf.h dso_conf.h
3939
INT_CFG_DIR = $(OPSSL_SRC)/include/crypto
40-
GEN_HEADERS = asn1 asn1t bio cmp cms configuration conf crmf crypto ct err \
41-
ess fipskey lhash ocsp opensslv pkcs12 pkcs7 safestack srp ssl \
42-
ui x509 x509v3 x509_vfy conf
40+
GEN_HEADERS = asn1 asn1t bio comp cmp cms conf configuration core_names crmf \
41+
crypto ct err ess fipskey lhash ocsp opensslv pkcs12 pkcs7 \
42+
safestack srp ssl ui x509_acert x509 x509v3 x509_vfy
4343

4444
CRYPTO_GEN_HEADERS = bn_conf dso_conf
4545

deps/openssl/config/Makefile_VC-WIN32

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BLDDIR=.
22
PERL=perl
33
RM= rm -f
4-
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
4+
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/comp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/core_names.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_acert.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
55
GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/aes/aes-586.asm crypto/aes/aesni-x86.asm crypto/aes/vpaes-x86.asm crypto/bf/bf-586.asm crypto/bn/bn-586.asm crypto/bn/co-586.asm crypto/bn/x86-gf2m.asm crypto/bn/x86-mont.asm crypto/buildinf.h crypto/camellia/cmll-x86.asm crypto/chacha/chacha-x86.asm crypto/des/crypt586.asm crypto/des/des-586.asm crypto/ec/ecp_nistz256-x86.asm crypto/md5/md5-586.asm crypto/modes/ghash-x86.asm crypto/poly1305/poly1305-x86.asm crypto/rc4/rc4-586.asm crypto/ripemd/rmd-586.asm crypto/sha/sha1-586.asm crypto/sha/sha256-586.asm crypto/sha/sha512-586.asm crypto/whrlpool/wp-mmx.asm crypto/x86cpuid.asm engines/capi.def engines/dasync.def engines/e_padlock-x86.asm engines/ossltest.def engines/padlock.def libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_mdc2.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash.pl providers/common/der/der_digests_gen.c providers/common/der/der_dsa_gen.c providers/common/der/der_ec_gen.c providers/common/der/der_ecx_gen.c providers/common/der/der_rsa_gen.c providers/common/der/der_sm2_gen.c providers/common/der/der_wrap_gen.c
66

77
# Variables starting with LIB_ are used to build library object files
@@ -57,6 +57,9 @@ include/openssl/cmp.h: include/openssl/cmp.h.in configdata.pm
5757
include/openssl/cms.h: include/openssl/cms.h.in configdata.pm
5858
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
5959
"-omakefile" "include/openssl/cms.h.in" > $@
60+
include/openssl/comp.h: include/openssl/comp.h.in configdata.pm
61+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
62+
"-omakefile" "include/openssl/comp.h.in" > $@
6063
include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
6164
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
6265
"-omakefile" "include/openssl/conf.h.in" > $@
@@ -66,6 +69,9 @@ include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
6669
include/openssl/configuration.h: include/openssl/configuration.h.in configdata.pm
6770
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
6871
"-omakefile" "include/openssl/configuration.h.in" > $@
72+
include/openssl/core_names.h: include/openssl/core_names.h.in configdata.pm
73+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
74+
"-omakefile" "include/openssl/core_names.h.in" > $@
6975
include/openssl/crmf.h: include/openssl/crmf.h.in configdata.pm
7076
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
7177
"-omakefile" "include/openssl/crmf.h.in" > $@
@@ -117,6 +123,9 @@ include/openssl/ui.h: include/openssl/ui.h.in configdata.pm
117123
include/openssl/x509.h: include/openssl/x509.h.in configdata.pm
118124
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
119125
"-omakefile" "include/openssl/x509.h.in" > $@
126+
include/openssl/x509_acert.h: include/openssl/x509_acert.h.in configdata.pm
127+
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
128+
"-omakefile" "include/openssl/x509_acert.h.in" > $@
120129
include/openssl/x509_vfy.h: include/openssl/x509_vfy.h.in configdata.pm
121130
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
122131
"-omakefile" "include/openssl/x509_vfy.h.in" > $@

deps/openssl/config/Makefile_VC-WIN64-ARM

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MINOR=1.1
1616

1717
SHLIB_VERSION_NUMBER=1.1
1818

19-
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
19+
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/comp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/core_names.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_acert.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
2020
GENERATED=crypto/buildinf.h apps/progs.h providers/common/der/der_digests_gen.c providers/common/der/der_dsa_gen.c providers/common/der/der_ec_gen.c providers/common/der/der_ecx_gen.c providers/common/der/der_rsa_gen.c providers/common/der/der_sm2_gen.c providers/common/der/der_wrap_gen.c apps/progs.c providers/common/der/der_digests_gen.c providers/common/der/der_dsa_gen.c providers/common/der/der_ec_gen.c providers/common/der/der_ecx_gen.c providers/common/der/der_rsa_gen.c providers/common/der/der_sm2_gen.c providers/common/der/der_wrap_gen.c
2121

2222
INSTALL_LIBS="libcrypto.lib" "libssl.lib"
@@ -160,6 +160,9 @@ include/openssl/cmp.h: include/openssl/cmp.h.in configdata.pm
160160
include/openssl/cms.h: include/openssl/cms.h.in configdata.pm
161161
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
162162
"-omakefile" "include/openssl/cms.h.in" > $@
163+
include/openssl/comp.h: include/openssl/comp.h.in configdata.pm
164+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
165+
"-omakefile" "include/openssl/comp.h.in" > $@
163166
include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
164167
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
165168
"-omakefile" "include/openssl/conf.h.in" > $@
@@ -169,6 +172,9 @@ include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
169172
include/openssl/configuration.h: include/openssl/configuration.h.in configdata.pm
170173
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
171174
"-omakefile" "include/openssl/configuration.h.in" > $@
175+
include/openssl/core_names.h: include/openssl/core_names.h.in configdata.pm
176+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
177+
"-omakefile" "include/openssl/core_names.h.in" > $@
172178
include/openssl/crmf.h: include/openssl/crmf.h.in configdata.pm
173179
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
174180
"-omakefile" "include/openssl/crmf.h.in" > $@
@@ -220,6 +226,9 @@ include/openssl/ui.h: include/openssl/ui.h.in configdata.pm
220226
include/openssl/x509.h: include/openssl/x509.h.in configdata.pm
221227
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
222228
"-omakefile" "include/openssl/x509.h.in" > $@
229+
include/openssl/x509_acert.h: include/openssl/x509_acert.h.in configdata.pm
230+
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
231+
"-omakefile" "include/openssl/x509_acert.h.in" > $@
223232
include/openssl/x509_vfy.h: include/openssl/x509_vfy.h.in configdata.pm
224233
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
225234
"-omakefile" "include/openssl/x509_vfy.h.in" > $@

deps/openssl/config/Makefile_VC-WIN64A

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RM= rm -f
55
AS=nasm
66
ASFLAGS=-g
77

8-
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
8+
GENERATED_MANDATORY=include/crypto/bn_conf.h include/crypto/dso_conf.h include/openssl/asn1.h include/openssl/asn1t.h include/openssl/bio.h include/openssl/cmp.h include/openssl/comp.h include/openssl/cms.h include/openssl/conf.h include/openssl/configuration.h include/openssl/core_names.h include/openssl/crmf.h include/openssl/crypto.h include/openssl/ct.h include/openssl/err.h include/openssl/ess.h include/openssl/fipskey.h include/openssl/lhash.h include/openssl/ocsp.h include/openssl/opensslv.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/safestack.h include/openssl/srp.h include/openssl/ssl.h include/openssl/ui.h include/openssl/x509.h include/openssl/x509_acert.h include/openssl/x509_vfy.h include/openssl/x509v3.h providers/common/include/prov/der_digests.h providers/common/include/prov/der_dsa.h providers/common/include/prov/der_ec.h providers/common/include/prov/der_ecx.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_rsa.h providers/common/include/prov/der_sm2.h providers/common/include/prov/der_wrap.h
99
GENERATED=apps/CA.pl apps/openssl.rc apps/progs.h apps/tsget.pl crypto/aes/aes-x86_64.asm crypto/aes/aesni-mb-x86_64.asm crypto/aes/aesni-sha1-x86_64.asm crypto/aes/aesni-sha256-x86_64.asm crypto/aes/aesni-x86_64.asm crypto/aes/bsaes-x86_64.asm crypto/aes/vpaes-x86_64.asm crypto/bn/rsaz-avx2.asm crypto/bn/rsaz-x86_64.asm crypto/bn/x86_64-gf2m.asm crypto/bn/x86_64-mont.asm crypto/bn/x86_64-mont5.asm crypto/buildinf.h crypto/camellia/cmll-x86_64.asm crypto/chacha/chacha-x86_64.asm crypto/ec/ecp_nistz256-x86_64.asm crypto/ec/x25519-x86_64.asm crypto/md5/md5-x86_64.asm crypto/modes/aesni-gcm-x86_64.asm crypto/modes/ghash-x86_64.asm crypto/poly1305/poly1305-x86_64.asm crypto/rc4/rc4-md5-x86_64.asm crypto/rc4/rc4-x86_64.asm crypto/sha/keccak1600-x86_64.asm crypto/sha/sha1-mb-x86_64.asm crypto/sha/sha1-x86_64.asm crypto/sha/sha256-mb-x86_64.asm crypto/sha/sha256-x86_64.asm crypto/sha/sha512-x86_64.asm crypto/uplink-x86_64.asm crypto/whrlpool/wp-x86_64.asm crypto/x86_64cpuid.asm engines/e_padlock-x86_64.asm libcrypto.def libcrypto.rc libssl.def libssl.rc test/buildtest_aes.c test/buildtest_asn1.c test/buildtest_asn1t.c test/buildtest_async.c test/buildtest_bio.c test/buildtest_blowfish.c test/buildtest_bn.c test/buildtest_buffer.c test/buildtest_camellia.c test/buildtest_cast.c test/buildtest_cmac.c test/buildtest_cms.c test/buildtest_comp.c test/buildtest_conf.c test/buildtest_conf_api.c test/buildtest_crypto.c test/buildtest_ct.c test/buildtest_des.c test/buildtest_dh.c test/buildtest_dsa.c test/buildtest_dtls1.c test/buildtest_e_os2.c test/buildtest_ebcdic.c test/buildtest_ec.c test/buildtest_ecdh.c test/buildtest_ecdsa.c test/buildtest_engine.c test/buildtest_evp.c test/buildtest_hmac.c test/buildtest_idea.c test/buildtest_kdf.c test/buildtest_lhash.c test/buildtest_md4.c test/buildtest_md5.c test/buildtest_mdc2.c test/buildtest_modes.c test/buildtest_obj_mac.c test/buildtest_objects.c test/buildtest_ocsp.c test/buildtest_opensslv.c test/buildtest_ossl_typ.c test/buildtest_pem.c test/buildtest_pem2.c test/buildtest_pkcs12.c test/buildtest_pkcs7.c test/buildtest_rand.c test/buildtest_rand_drbg.c test/buildtest_rc2.c test/buildtest_rc4.c test/buildtest_ripemd.c test/buildtest_rsa.c test/buildtest_safestack.c test/buildtest_seed.c test/buildtest_sha.c test/buildtest_srp.c test/buildtest_srtp.c test/buildtest_ssl.c test/buildtest_ssl2.c test/buildtest_stack.c test/buildtest_store.c test/buildtest_symhacks.c test/buildtest_tls1.c test/buildtest_ts.c test/buildtest_txt_db.c test/buildtest_ui.c test/buildtest_whrlpool.c test/buildtest_x509.c test/buildtest_x509_vfy.c test/buildtest_x509v3.c tools/c_rehash.pl providers/common/der/der_digests_gen.c providers/common/der/der_dsa_gen.c providers/common/der/der_ec_gen.c providers/common/der/der_ecx_gen.c providers/common/der/der_rsa_gen.c providers/common/der/der_sm2_gen.c providers/common/der/der_wrap_gen.c
1010

1111
PERLASM_SCHEME= auto
@@ -33,6 +33,9 @@ include/openssl/cmp.h: include/openssl/cmp.h.in configdata.pm
3333
include/openssl/cms.h: include/openssl/cms.h.in configdata.pm
3434
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
3535
"-omakefile" "include/openssl/cms.h.in" > $@
36+
include/openssl/comp.h: include/openssl/comp.h.in configdata.pm
37+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
38+
"-omakefile" "include/openssl/comp.h.in" > $@
3639
include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
3740
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
3841
"-omakefile" "include/openssl/conf.h.in" > $@
@@ -42,6 +45,9 @@ include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
4245
include/openssl/configuration.h: include/openssl/configuration.h.in configdata.pm
4346
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
4447
"-omakefile" "include/openssl/configuration.h.in" > $@
48+
include/openssl/core_names.h: include/openssl/core_names.h.in configdata.pm
49+
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
50+
"-omakefile" "include/openssl/core_names.h.in" > $@
4551
include/openssl/crmf.h: include/openssl/crmf.h.in configdata.pm
4652
"$(PERL)" "-I$(BLDDIR)" -Mconfigdata "util/dofile.pl" \
4753
"-omakefile" "include/openssl/crmf.h.in" > $@
@@ -93,6 +99,9 @@ include/openssl/ui.h: include/openssl/ui.h.in configdata.pm
9399
include/openssl/x509.h: include/openssl/x509.h.in configdata.pm
94100
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
95101
"-omakefile" "include/openssl/x509.h.in" > $@
102+
include/openssl/x509_acert.h: include/openssl/x509_acert.h.in configdata.pm
103+
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
104+
"-omakefile" "include/openssl/x509_acert.h.in" > $@
96105
include/openssl/x509_vfy.h: include/openssl/x509_vfy.h.in configdata.pm
97106
$(PERL) -I$(BLDDIR) -Mconfigdata util/dofile.pl \
98107
"-omakefile" "include/openssl/x509_vfy.h.in" > $@

0 commit comments

Comments
 (0)