From 7b9281af14930040ec6cb333de2d64e0ff91cf3c Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Thu, 17 Mar 2016 15:07:04 +0800 Subject: Update the CryptLib Update to the edk2 commit 5e2318dd37a51948aaf845c7d920b11f47cdcfe6 Signed-off-by: Gary Lin --- Cryptlib/SysCall/CrtWrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cryptlib/SysCall/CrtWrapper.c') diff --git a/Cryptlib/SysCall/CrtWrapper.c b/Cryptlib/SysCall/CrtWrapper.c index 5a8322d7..3a852b9e 100644 --- a/Cryptlib/SysCall/CrtWrapper.c +++ b/Cryptlib/SysCall/CrtWrapper.c @@ -2,7 +2,7 @@ C Run-Time Libraries (CRT) Wrapper Implementation for OpenSSL-based Cryptographic Library. -Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+Copyright (c) 2009 - 2016, 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 @@ -22,7 +22,7 @@ FILE *stdin = NULL; FILE *stdout = NULL; typedef -INTN +int (*SORT_COMPARE)( IN VOID *Buffer1, IN VOID *Buffer2 -- cgit v1.2.3