- Timestamp:
- Mar 6, 2022 4:21:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1/Config.kmk
r94083 r94099 40 40 VBOX_PATH_CRYPTO_DES := $(VBOX_PATH_CRYPTO)/des 41 41 VBOX_PATH_CRYPTO_CAMELLIA := $(VBOX_PATH_CRYPTO)/camellia 42 VBOX_INST_CRYPTO_HEADERS := obj/$(if-expr "$(CURSUBDIR)" == ".",,$(CURSUBDIR)/)crypto- 1.1.1-headers/include/openssl/42 VBOX_INST_CRYPTO_HEADERS := obj/$(if-expr "$(CURSUBDIR)" == ".",,$(CURSUBDIR)/)crypto-3.0.1-headers/include/openssl/ 43 43 VBOX_PATH_CRYPTO_HEADERS := $(abspath $(PATH_OUT))/$(patsubst %/,%,$(VBOX_INST_CRYPTO_HEADERS)) 44 44 … … 63 63 crypto-headers_SOURCES = \ 64 64 include/openssl/aes.h=>aes.h \ 65 include/openssl/asn1.h=>asn1.h \66 65 include/openssl/asn1err.h=>asn1err.h \ 67 include/openssl/asn1t.h=>asn1t.h \68 66 include/openssl/asn1_mac.h=>asn1_mac.h \ 69 67 include/openssl/async.h=>async.h \ 70 68 include/openssl/asyncerr.h=>asyncerr.h \ 71 include/openssl/bio.h=>bio.h \72 69 include/openssl/bioerr.h=>bioerr.h \ 73 70 include/openssl/blowfish.h=>blowfish.h \ … … 79 76 include/openssl/cast.h=>cast.h \ 80 77 include/openssl/cmac.h=>cmac.h \ 81 include/openssl/cms.h=>cms.h \82 78 include/openssl/cmserr.h=>cmserr.h \ 83 79 include/openssl/comp.h=>comp.h \ 84 80 include/openssl/comperr.h=>comperr.h \ 85 include/openssl/conf.h=>conf.h \86 81 include/openssl/conferr.h=>conferr.h \ 87 82 include/openssl/conf_api.h=>conf_api.h \ 88 include/openssl/crypto.h=>crypto.h \89 83 include/openssl/cryptoerr.h=>cryptoerr.h \ 90 include/openssl/ct.h=>ct.h \91 84 include/openssl/cterr.h=>cterr.h \ 92 85 include/openssl/des.h=>des.h \ … … 102 95 include/openssl/ecdsa.h=>ecdsa.h \ 103 96 include/openssl/engine.h=>engine.h \ 104 include/openssl/err.h=>err.h \105 97 include/openssl/evp.h=>evp.h \ 106 98 include/openssl/evperr.h=>evperr.h \ … … 108 100 include/openssl/hmac.h=>hmac.h \ 109 101 include/openssl/idea.h=>idea.h \ 110 include/openssl/lhash.h=>lhash.h \111 102 include/openssl/md2.h=>md2.h \ 112 103 include/openssl/md4.h=>md4.h \ … … 117 108 include/openssl/objectserr.h=>objectserr.h \ 118 109 include/openssl/obj_mac.h=>obj_mac.h \ 119 include/openssl/ocsp.h=>ocsp.h \120 include/openssl/ocsperr.h=>ocsperr.h \121 110 openssl-mangling.h=>openssl-mangling.h \ 122 111 include/openssl/opensslconf.h=>opensslconf.h \ 123 include/openssl/opensslv.h=>opensslv.h \124 112 include/openssl/ossl_typ.h=>ossl_typ.h \ 125 113 include/openssl/pem.h=>pem.h \ 126 114 include/openssl/pemerr.h=>pemerr.h \ 127 115 include/openssl/pem2.h=>pem2.h \ 128 include/openssl/pkcs12.h=>pkcs12.h \129 116 include/openssl/pkcs12err.h=>pkcs12err.h \ 130 include/openssl/pkcs7.h=>pkcs7.h \131 117 include/openssl/pkcs7err.h=>pkcs7err.h \ 132 118 include/openssl/rand.h=>rand.h \ … … 137 123 include/openssl/rsa.h=>rsa.h \ 138 124 include/openssl/rsaerr.h=>rsaerr.h \ 139 include/openssl/safestack.h=>safestack.h \140 125 include/openssl/seed.h=>seed.h \ 141 126 include/openssl/sha.h=>sha.h \ 142 include/openssl/srp.h=>srp.h \143 127 include/openssl/srtp.h=>srtp.h \ 144 include/openssl/ssl.h=>ssl.h \145 128 include/openssl/sslerr.h=>sslerr.h \ 146 129 include/openssl/ssl2.h=>ssl2.h \ … … 151 134 include/openssl/ts.h=>ts.h \ 152 135 include/openssl/txt_db.h=>txt_db.h \ 153 include/openssl/ui.h=>ui.h \154 include/openssl/x509.h=>x509.h \155 136 include/openssl/x509err.h=>x509err.h \ 156 include/openssl/x509v3.h=>x509v3.h \157 137 include/openssl/x509v3err.h=>x509v3err.h \ 158 include/openssl/x509_vfy.h=>x509_vfy.h 159 160 138 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/asn1.h=>asn1.h \ 139 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/asn1t.h=>asn1t.h \ 140 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/bio.h=>bio.h \ 141 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/cmp.h=>cmp.h \ 142 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/cms.h=>cms.h \ 143 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/conf.h=>conf.h \ 144 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/configuration.h=>configuration.h \ 145 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/crmf.h=>crmf.h \ 146 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/crypto.h=>crypto.h \ 147 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/ct.h=>ct.h \ 148 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/err.h=>err.h \ 149 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/ess.h=>ess.h \ 150 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/fipskey.h=>fipskey.h \ 151 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/lhash.h=>lhash.h \ 152 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/ocsp.h=>ocsp.h \ 153 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/opensslv.h=>opensslv.h \ 154 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/pkcs12.h=>pkcs12.h \ 155 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/pkcs7.h=>pkcs7.h \ 156 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/safestack.h=>safestack.h \ 157 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/srp.h=>srp.h \ 158 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/ssl.h=>ssl.h \ 159 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/ui.h=>ui.h \ 160 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/x509.h=>x509.h \ 161 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/x509_vfy.h=>x509_vfy.h \ 162 gen-includes/$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)/openssl/x509v3.h=>x509v3.h 161 163 162 164 # … … 182 184 OPENSSL_USE_NODELETE \ 183 185 OPENSSL_PIC \ 184 OPENSSL_IA32_SSE2 186 OPENSSL_IA32_SSE2 \ 187 OPENSSL_BUILDING_OPENSSL 185 188 ifdef VBOX_WITH_CRYPTO_ASM 186 189 TEMPLATE_LIBCRYPTO_DEFS += \ … … 266 269 $(VBOX_PATH_OPENSSL) \ 267 270 $(VBOX_PATH_OPENSSL)/include \ 271 $(VBOX_PATH_OPENSSL)/providers/common/include \ 272 $(VBOX_PATH_OPENSSL)/providers/implementations/include \ 268 273 $(VBOX_PATH_CRYPTO)/include \ 269 274 $(VBOX_PATH_CRYPTO_MODES) \
Note:
See TracChangeset
for help on using the changeset viewer.