X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLibNull%2FInternalCryptLib.h;fp=CryptoPkg%2FLibrary%2FBaseCryptLibNull%2FInternalCryptLib.h;h=96958592e15fb3a1e5c6a5d3bc8f043e75f2d3a0;hb=d95de082da01f4a4cb3ebf87e15972a12d0f8d53;hp=0000000000000000000000000000000000000000;hpb=20c082e8d764579bdd374bf156346b28aa3471de;p=mirror_edk2.git diff --git a/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h b/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h new file mode 100644 index 0000000000..96958592e1 --- /dev/null +++ b/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h @@ -0,0 +1,16 @@ +/** @file + Internal include file for BaseCryptLibNull. + +Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef __INTERNAL_CRYPT_LIB_H__ +#define __INTERNAL_CRYPT_LIB_H__ + +#include +#include +#include + +#endif