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