VirtualBox

Changeset 85621 in vbox for trunk


Ignore:
Timestamp:
Aug 5, 2020 8:47:48 PM (4 years ago)
Author:
vboxsync
Message:

openssl: Fixed mangling of CRYPTO_memcmp in cryptlib.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-1.1.1g/crypto/cryptlib.c

    r83916 r85621  
    440440 * There are also assembler versions of this function.
    441441 */
     442# ifndef VBOX /* Don't undo the mangling, please. */
    442443# undef CRYPTO_memcmp
     444# endif /* VBOX */
    443445int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len)
    444446{
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