Last change
on this file since 85793 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
336 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.