1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| /** @file
| Internal include file for BaseCryptLibNull.
|
| Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
| SPDX-License-Identifier: BSD-2-Clause-Patent
|
| **/
|
| #ifndef __INTERNAL_CRYPT_LIB_H__
| #define __INTERNAL_CRYPT_LIB_H__
|
| #include <Base.h>
| #include <Library/BaseCryptLib.h>
| #include <Library/DebugLib.h>
|
| #endif
|
|