VirtualBox

Changeset 105979 in vbox


Ignore:
Timestamp:
Sep 5, 2024 12:38:14 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164719
Message:

openssl-3.3.1: More missing files and definitions added. bugref:10757

Location:
trunk/src/libs/openssl-3.3.1
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.3.1/Config.kmk

    r105947 r105979  
    131131        include/openssl/evperr.h=>evperr.h \
    132132        include/openssl/e_os2.h=>e_os2.h \
     133        include/openssl/e_ostime.h=>e_ostime.h \
    133134        include/openssl/fips_names.h=>fips_names.h \
    134135        include/openssl/hmac.h=>hmac.h \
     
    160161        include/openssl/proverr.h=>proverr.h \
    161162        include/openssl/provider.h=>provider.h \
     163        include/openssl/quic.h=>quic.h \
    162164        include/openssl/rand.h=>rand.h \
    163165        include/openssl/randerr.h=>randerr.h \
     
    257259        VBOX_SUFF_DLL=$(VBOX_SUFF_DLL) \
    258260        OPENSSLDIR="/usr/local/ssl" \
     261        OPENSSL_NO_QUIC \
     262        OPENSSL_NO_QLOG \
    259263        DSO_NONE \
    260264        OPENSSL_USE_NODELETE \
  • trunk/src/libs/openssl-3.3.1/Makefile.kmk

    r105918 r105979  
    7979recreate-headers: $(PATH_SUB_CURRENT)/util/dofile.pl \
    8080                $(OSSL_HDR_TEMPLATES) \
     81                recreate-crypto-sources \
    8182                recreate-providers-headers
    8283        $(foreach header, $(OSSL_HDR_TEMPLATES), \
  • trunk/src/libs/openssl-3.3.1/crypto/Makefile.kmk

    r105918 r105979  
    5959VBox-libcrypto_INCS     = $(VBox-libcrypto_0_OUTDIR)
    6060VBox-libcrypto_SOURCES  = \
     61        $(VBOX_PATH_OPENSSL)/gen-sources/crypto/params_idx.c \
    6162        asn1_dsa.c \
    6263        bsearch.c \
     
    212213        perl $(VBOX_PATH_CRYPTO)/x86_64cpuid.pl nasm $(VBOX_PATH_CRYPTO)/genasm-nasm/x86_64cpuid.S
    213214
     215recreate-crypto-sources: $(VBOX_PATH_OPENSSL)/util/dofile.pl
     216        perl -I$(VBOX_PATH_OPENSSL) \
     217                -Mconfigdata $(VBOX_PATH_OPENSSL)/util/dofile.pl -oMakefile \
     218                $(VBOX_PATH_CRYPTO)/params_idx.c.in > $(VBOX_PATH_OPENSSL)/gen-sources/crypto/params_idx.c
    214219
    215220include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.

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