]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/OpensslLib/ossl_store.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / ossl_store.c
CommitLineData
b7396789
XL
1/** @file\r
2 Dummy implement ossl_store(Store retrieval functions) for UEFI.\r
3\r
4Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9/*\r
10 * This function is cleanup ossl store.\r
11 *\r
12 * Dummy Implement for UEFI\r
13 */\r
7c342378
MK
14void\r
15ossl_store_cleanup_int (\r
16 void\r
17 )\r
b7396789
XL
18{\r
19}\r