From 1463ce18ca7c4f971c08cc6341dbb0adb25c831a Mon Sep 17 00:00:00 2001 From: Qin Long Date: Tue, 16 Jun 2015 00:54:16 +0000 Subject: CryptoPkg: Wrapper files updates to support openssl-1.0.2c This patch updates some support header and wrapper files to support openssl-1.0.2c build, and correct some openssl API usages and boundary check. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long Reviewed-by: Ard Biesheuvel git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17635 6f19259b-4bc3-4df7-8a09-765794883524 --- CryptoPkg/Include/memory.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CryptoPkg/Include/memory.h (limited to 'CryptoPkg/Include/memory.h') diff --git a/CryptoPkg/Include/memory.h b/CryptoPkg/Include/memory.h new file mode 100644 index 0000000000..092b3cde1f --- /dev/null +++ b/CryptoPkg/Include/memory.h @@ -0,0 +1,16 @@ +/** @file + Include file to support building OpenSSL Crypto Library. + +Copyright (c) 2015, Intel Corporation. All rights reserved.
+This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + +**/ + +#include + -- cgit v1.2.3