VirtualBox

Changeset 106601 in vbox


Ignore:
Timestamp:
Oct 23, 2024 12:55:19 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165440
Message:

openssl-3.1.7/randfile.c: Build fix for win.arm64 - missing _alloca() proto. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.1.7/crypto/rand/randfile.c

    r105949 r106601  
    2323#include <stdlib.h>
    2424#include <string.h>
     25#ifdef _MSC_VER             /* VBox */
     26# include <iprt/alloca.h>   /* VBox: fix for missing _alloca prototype on win.arm64 */
     27#endif                      /* VBox */
    2528
    2629#include <openssl/crypto.h>
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