diff options
Diffstat (limited to 'roms/edk2/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h')
-rw-r--r-- | roms/edk2/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/edk2/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h b/roms/edk2/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h new file mode 100644 index 000000000..96958592e --- /dev/null +++ b/roms/edk2/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h @@ -0,0 +1,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
|