]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/OpensslLib/X64/ApiHooks.c
CryptoPkg: Apply uncrustify changes
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / X64 / ApiHooks.c
CommitLineData
878a92a8
CZ
1/** @file\r
2 OpenSSL Library API hooks.\r
3\r
4Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#include <Uefi.h>\r
10\r
11/**\r
12 Stub function for win64 API call.\r
13\r
14**/\r
15VOID *\r
16__imp_RtlVirtualUnwind (\r
7c342378 17 VOID *Args\r
878a92a8
CZ
18 )\r
19{\r
20 return NULL;\r
21}\r