VirtualBox

Changeset 94828 in vbox


Ignore:
Timestamp:
May 4, 2022 9:36:42 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151226
Message:

libs/openssl-3.0.x: Attemped build fix for darwin.arm64. bugref:9898 bugref:10128

Location:
trunk/src/libs/openssl-3.0.2/crypto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.2/crypto/Makefile.kmk

    r94827 r94828  
    9999 VBox-libcrypto_SOURCES.amd64 += $(VBOX_PATH_CRYPTO_GENASM)/x86_64cpuid.S
    100100else
    101  VBox-libcrypto_SOURCES += \
    102         mem_clr.c \
    103         cpuid.c
     101 VBox-libcrypto_SOURCES += mem_clr.c
    104102endif
    105103
  • trunk/src/libs/openssl-3.0.2/crypto/cpuid.c

    r94320 r94828  
    181181 * There are also assembler versions of this function.
    182182 */
    183 # undef CRYPTO_memcmp
     183# ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION /* VBox */
     184#  undef CRYPTO_memcmp
     185# endif                                          /* VBox */
    184186int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len)
    185187{
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