summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Include/memory.h
diff options
context:
space:
mode:
authorQin Long <qin.long@intel.com>2017-03-23 20:19:39 +0800
committerQin Long <qin.long@intel.com>2017-03-29 16:13:58 +0800
commitfc9fa685d689cad52046bc301fd1bdf7e9fd8843 (patch)
treefda318b8aa816b56f6bb744c41ed85ad3e8f17fd /CryptoPkg/Include/memory.h
parent420e508397c7775667f6935405bbd4accecd232e (diff)
downloadedk2-fc9fa685d689cad52046bc301fd1bdf7e9fd8843.tar.gz
edk2-fc9fa685d689cad52046bc301fd1bdf7e9fd8843.tar.bz2
edk2-fc9fa685d689cad52046bc301fd1bdf7e9fd8843.zip
CryptoPkg: Clean-up CRT Library Wrapper.
Cleaning-up CRT Library Wrapper for the third-party cryptography library building. The changes includes 1. Rename OpenSslSupport.h to CrtLibSupport.h for future alternative crypto provider support. 2. Remove all un-referenced CRT APIs and headers. (NOTE: More cleans-up could be possible after OpenSSL integrate the extra PR request: https://github.com/openssl/openssl/pull/2961) Cc: Ting Ye <ting.ye@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Gary Lin <glin@suse.com> Cc: Ronald Cron <ronald.cron@arm.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@intel.com> Reviewed-by: Ting Ye <ting.ye@intel.com> Tested-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'CryptoPkg/Include/memory.h')
-rw-r--r--CryptoPkg/Include/memory.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/CryptoPkg/Include/memory.h b/CryptoPkg/Include/memory.h
index 092b3cde1f..1a8d1c47de 100644
--- a/CryptoPkg/Include/memory.h
+++ b/CryptoPkg/Include/memory.h
@@ -1,7 +1,7 @@
/** @file
- Include file to support building OpenSSL Crypto Library.
+ Include file to support building the third-party cryptographic library.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
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
@@ -12,5 +12,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <OpenSslSupport.h>
-
+#include <CrtLibSupport.h>