]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h
CryptoPkg: Add Null instance of the BaseCryptLib class
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibNull / InternalCryptLib.h
1 /** @file
2 Internal include file for BaseCryptLibNull.
3
4 Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __INTERNAL_CRYPT_LIB_H__
10 #define __INTERNAL_CRYPT_LIB_H__
11
12 #include <Base.h>
13 #include <Library/BaseCryptLib.h>
14 #include <Library/DebugLib.h>
15
16 #endif