VirtualBox

Ignore:
Timestamp:
Jun 9, 2022 8:35:55 AM (3 years ago)
Author:
vboxsync
Message:

libs/openssl-3.0.3: Fix for building on OS/2, bugref:10128

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.3/crypto/mem_sec.c

    r94111 r95238  
    2121#include <string.h>
    2222
    23 #ifndef OPENSSL_NO_SECURE_MEMORY
    24 # if defined(VBOX)
    25 #  include <iprt/memsafer.h>
    26 # else
     23#if defined(VBOX)
     24# include <iprt/memsafer.h>
     25#else
     26#ifndef OPENSSL_NO_SECURE_MEMORY
    2727# if defined(_WIN32)
    2828#  include <windows.h>
     
    5353# include <sys/stat.h>
    5454# include <fcntl.h>
    55 # endif /* !VBOX */
    56 #endif
     55#endif
     56#endif /* !VBOX */
    5757
    5858#define CLEAR(p, s) OPENSSL_cleanse(p, s)
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