From 5ce38c90cf43ee79cd999716ea83a5a44eeb819e Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Tue, 28 Jul 2015 11:46:38 -0400 Subject: Update openssl to 1.0.2d Also update Cryptlib to edk2 r17731 Signed-off-by: Gary Ching-Pang Lin --- Cryptlib/Include/memory.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cryptlib/Include/memory.h (limited to 'Cryptlib/Include/memory.h') diff --git a/Cryptlib/Include/memory.h b/Cryptlib/Include/memory.h new file mode 100644 index 00000000..092b3cde --- /dev/null +++ b/Cryptlib/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