VirtualBox

Ignore:
Timestamp:
Nov 2, 2022 7:40:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154372
Message:

libs: Switch to openssl-3.0.7, bugref:10317

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  
        1515/vendor/openssl/3.0.2:150728-150729
        1616/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
  • trunk/src/libs/openssl-3.0.7/crypto/mem_sec.c

    r95238 r97372  
    11/*
    2  * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
     2 * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
    33 * Copyright 2004-2014, Akamai Technologies. All Rights Reserved.
    44 *
     
    2727# if defined(_WIN32)
    2828#  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 */
     35WINBASEAPI
     36BOOL
     37WINAPI
     38VirtualLock(
     39    _In_ LPVOID lpAddress,
     40    _In_ SIZE_T dwSize
     41    );
     42#  endif
    2943# endif
    3044# include <stdlib.h>
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