- Timestamp:
- Apr 17, 2020 3:20:27 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137283
- Location:
- trunk/src/libs/openssl-1.1.1f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-1.1.1f/crypto/async/async_local.h
r83531 r83762 18 18 19 19 #if defined(_WIN32) 20 # ifdef VBOX 21 # include <iprt/win/windows.h> 22 # else 20 23 # include <windows.h> 24 # endif 21 25 #endif 22 26 -
trunk/src/libs/openssl-1.1.1f/crypto/rand/rand_win.c
r83531 r83762 18 18 # endif 19 19 20 # ifdef VBOX 21 # include <iprt/win/windows.h> 22 # else 20 23 # include <windows.h> 24 # endif 21 25 /* On Windows Vista or higher use BCrypt instead of the legacy CryptoAPI */ 22 26 # if defined(_MSC_VER) && _MSC_VER > 1500 /* 1500 = Visual Studio 2008 */ \ -
trunk/src/libs/openssl-1.1.1f/crypto/rand/randfile.c
r83531 r83762 28 28 # include <fcntl.h> 29 29 # ifdef _WIN32 30 # ifdef VBOX 31 # include <iprt/win/windows.h> 32 # else 30 33 # include <windows.h> 34 # endif 31 35 # include <io.h> 32 36 # define stat _stat -
trunk/src/libs/openssl-1.1.1f/e_os.h
r83531 r83762 154 154 * at run-time [DSO_global_lookup is recommended]... 155 155 */ 156 # ifdef VBOX 157 # include <iprt/win/winsock2.h> 158 # include <iprt/win/ws2tcpip.h> 159 # else 156 160 # include <winsock2.h> 157 161 # include <ws2tcpip.h> 162 # endif 158 163 /* yes, they have to be #included prior to <windows.h> */ 159 164 # endif 165 # ifdef VBOX 166 # include <iprt/win/windows.h> 167 # else 160 168 # include <windows.h> 169 # endif 161 170 # endif /* bird */ 162 171 # include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.