Changeset 97372 in vbox for trunk/src/libs/openssl-3.0.7/crypto/mem_sec.c
- Timestamp:
- Nov 2, 2022 7:40:16 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154372
- Location:
- trunk/src/libs/openssl-3.0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7
- Property svn:mergeinfo
-
old new 15 15 /vendor/openssl/3.0.2:150728-150729 16 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496 17 /vendor/openssl/3.0.7:154371 18 /vendor/openssl/current:147554-154370
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.7/crypto/mem_sec.c
r95238 r97372 1 1 /* 2 * Copyright 2015-202 1The OpenSSL Project Authors. All Rights Reserved.2 * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 3 3 * Copyright 2004-2014, Akamai Technologies. All Rights Reserved. 4 4 * … … 27 27 # if defined(_WIN32) 28 28 # include <windows.h> 29 # if defined(WINAPI_FAMILY_PARTITION) \ 30 && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM) 31 /* 32 * While VirtualLock is available under the app partition (e.g. UWP), 33 * the headers do not define the API. Define it ourselves instead. 34 */ 35 WINBASEAPI 36 BOOL 37 WINAPI 38 VirtualLock( 39 _In_ LPVOID lpAddress, 40 _In_ SIZE_T dwSize 41 ); 42 # endif 29 43 # endif 30 44 # include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.