summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h
blob: 96958592e15fb3a1e5c6a5d3bc8f043e75f2d3a0 (plain)
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