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