VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (3 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/OpensslLib/OpensslLib.inf

    r85793 r89983  
    478478  $(OPENSSL_PATH)/crypto/sparc_arch.h
    479479  $(OPENSSL_PATH)/crypto/vms_rms.h
    480   $(OPENSSL_PATH)/crypto/aes/aes_locl.h
     480  $(OPENSSL_PATH)/crypto/aes/aes_local.h
    481481  $(OPENSSL_PATH)/crypto/asn1/asn1_item_list.h
    482   $(OPENSSL_PATH)/crypto/asn1/asn1_locl.h
     482  $(OPENSSL_PATH)/crypto/asn1/asn1_local.h
    483483  $(OPENSSL_PATH)/crypto/asn1/charmap.h
    484484  $(OPENSSL_PATH)/crypto/asn1/standard_methods.h
    485485  $(OPENSSL_PATH)/crypto/asn1/tbl_standard.h
    486   $(OPENSSL_PATH)/crypto/async/async_locl.h
     486  $(OPENSSL_PATH)/crypto/async/async_local.h
    487487  $(OPENSSL_PATH)/crypto/async/arch/async_null.h
    488488  $(OPENSSL_PATH)/crypto/async/arch/async_posix.h
    489489  $(OPENSSL_PATH)/crypto/async/arch/async_win.h
    490   $(OPENSSL_PATH)/crypto/bio/bio_lcl.h
    491   $(OPENSSL_PATH)/crypto/bn/bn_lcl.h
     490  $(OPENSSL_PATH)/crypto/bio/bio_local.h
     491  $(OPENSSL_PATH)/crypto/bn/bn_local.h
    492492  $(OPENSSL_PATH)/crypto/bn/bn_prime.h
    493493  $(OPENSSL_PATH)/crypto/bn/rsaz_exp.h
    494   $(OPENSSL_PATH)/crypto/comp/comp_lcl.h
     494  $(OPENSSL_PATH)/crypto/comp/comp_local.h
    495495  $(OPENSSL_PATH)/crypto/conf/conf_def.h
    496   $(OPENSSL_PATH)/crypto/conf/conf_lcl.h
    497   $(OPENSSL_PATH)/crypto/dh/dh_locl.h
    498   $(OPENSSL_PATH)/crypto/dso/dso_locl.h
    499   $(OPENSSL_PATH)/crypto/evp/evp_locl.h
    500   $(OPENSSL_PATH)/crypto/hmac/hmac_lcl.h
    501   $(OPENSSL_PATH)/crypto/lhash/lhash_lcl.h
    502   $(OPENSSL_PATH)/crypto/md5/md5_locl.h
    503   $(OPENSSL_PATH)/crypto/modes/modes_lcl.h
     496  $(OPENSSL_PATH)/crypto/conf/conf_local.h
     497  $(OPENSSL_PATH)/crypto/dh/dh_local.h
     498  $(OPENSSL_PATH)/crypto/dso/dso_local.h
     499  $(OPENSSL_PATH)/crypto/evp/evp_local.h
     500  $(OPENSSL_PATH)/crypto/hmac/hmac_local.h
     501  $(OPENSSL_PATH)/crypto/lhash/lhash_local.h
     502  $(OPENSSL_PATH)/crypto/md5/md5_local.h
     503  $(OPENSSL_PATH)/crypto/modes/modes_local.h
    504504  $(OPENSSL_PATH)/crypto/objects/obj_dat.h
    505   $(OPENSSL_PATH)/crypto/objects/obj_lcl.h
     505  $(OPENSSL_PATH)/crypto/objects/obj_local.h
    506506  $(OPENSSL_PATH)/crypto/objects/obj_xref.h
    507   $(OPENSSL_PATH)/crypto/ocsp/ocsp_lcl.h
    508   $(OPENSSL_PATH)/crypto/pkcs12/p12_lcl.h
    509   $(OPENSSL_PATH)/crypto/rand/rand_lcl.h
    510   $(OPENSSL_PATH)/crypto/rsa/rsa_locl.h
    511   $(OPENSSL_PATH)/crypto/sha/sha_locl.h
     507  $(OPENSSL_PATH)/crypto/ocsp/ocsp_local.h
     508  $(OPENSSL_PATH)/crypto/pkcs12/p12_local.h
     509  $(OPENSSL_PATH)/crypto/rand/rand_local.h
     510  $(OPENSSL_PATH)/crypto/rsa/rsa_local.h
     511  $(OPENSSL_PATH)/crypto/sha/sha_local.h
    512512  $(OPENSSL_PATH)/crypto/siphash/siphash_local.h
    513   $(OPENSSL_PATH)/crypto/sm3/sm3_locl.h
    514   $(OPENSSL_PATH)/crypto/store/store_locl.h
    515   $(OPENSSL_PATH)/crypto/ui/ui_locl.h
    516   $(OPENSSL_PATH)/crypto/x509/x509_lcl.h
     513  $(OPENSSL_PATH)/crypto/sm3/sm3_local.h
     514  $(OPENSSL_PATH)/crypto/store/store_local.h
     515  $(OPENSSL_PATH)/crypto/ui/ui_local.h
     516  $(OPENSSL_PATH)/crypto/x509/x509_local.h
    517517  $(OPENSSL_PATH)/crypto/x509v3/ext_dat.h
    518   $(OPENSSL_PATH)/crypto/x509v3/pcy_int.h
     518  $(OPENSSL_PATH)/crypto/x509v3/pcy_local.h
    519519  $(OPENSSL_PATH)/crypto/x509v3/standard_exts.h
    520520  $(OPENSSL_PATH)/crypto/x509v3/v3_admis.h
     
    563563  $(OPENSSL_PATH)/ssl/tls13_enc.c
    564564  $(OPENSSL_PATH)/ssl/tls_srp.c
    565   $(OPENSSL_PATH)/ssl/packet_locl.h
     565  $(OPENSSL_PATH)/ssl/packet_local.h
    566566  $(OPENSSL_PATH)/ssl/ssl_cert_table.h
    567   $(OPENSSL_PATH)/ssl/ssl_locl.h
     567  $(OPENSSL_PATH)/ssl/ssl_local.h
    568568  $(OPENSSL_PATH)/ssl/record/record.h
    569   $(OPENSSL_PATH)/ssl/record/record_locl.h
     569  $(OPENSSL_PATH)/ssl/record/record_local.h
    570570  $(OPENSSL_PATH)/ssl/statem/statem.h
    571   $(OPENSSL_PATH)/ssl/statem/statem_locl.h
     571  $(OPENSSL_PATH)/ssl/statem/statem_local.h
    572572# Autogenerated files list ends here
    573573  buildinf.h
    574   rand_pool_noise.h
    575574  ossl_store.c
    576575  rand_pool.c
    577 
    578 [Sources.Ia32]
    579   rand_pool_noise_tsc.c
    580 
    581 [Sources.X64]
    582   rand_pool_noise_tsc.c
    583 
    584 [Sources.ARM]
    585   rand_pool_noise.c
    586 
    587 [Sources.AARCH64]
    588   rand_pool_noise.c
    589576
    590577[Packages]
     
    595582  BaseLib
    596583  DebugLib
    597   TimerLib
     584  RngLib
    598585  PrintLib
    599586
     
    635622  GCC:*_*_ARM_CC_FLAGS     = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-error=unused-but-set-variable
    636623  GCC:*_*_AARCH64_CC_FLAGS = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-format -Wno-error=unused-but-set-variable
    637   GCC:*_*_RISCV64_CC_FLAGS = $(OPENSSL_FLAGS) -Wno-error=format -Wno-error=maybe-uninitialized -Wno-format -Wno-error=unused-but-set-variable
     624  GCC:*_*_RISCV64_CC_FLAGS = $(OPENSSL_FLAGS) -Wno-error=maybe-uninitialized -Wno-format -Wno-error=unused-but-set-variable
    638625  GCC:*_CLANG35_*_CC_FLAGS = -std=c99 -Wno-error=uninitialized
    639626  GCC:*_CLANG38_*_CC_FLAGS = -std=c99 -Wno-error=uninitialized
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette