]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h
CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakage
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / InternalCryptLib.h
CommitLineData
532616bb 1/** @file \r
2 Internal include file for BaseCryptLibRuntimeCryptProtocol.\r
3\r
4Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __INTERNAL_CRYPT_LIB_H__\r
16#define __INTERNAL_CRYPT_LIB_H__\r
17\r
18#include <Library/BaseLib.h>\r
532616bb 19#include <Library/DebugLib.h>\r
20#include <Library/BaseCryptLib.h>\r
21\r
22//\r
23// Environment Setting for OpenSSL-based UEFI Crypto Library.\r
24//\r
25#ifndef OPENSSL_SYSNAME_UWIN\r
26#define OPENSSL_SYSNAME_UWIN\r
27#endif\r
28\r
29\r
30#endif\r
31\r