summaryrefslogtreecommitdiff
path: root/Cryptlib/SysCall/CrtWrapper.c
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-03-17 15:07:04 +0800
committerPeter Jones <pjones@redhat.com>2016-09-06 15:05:36 -0400
commit7b9281af14930040ec6cb333de2d64e0ff91cf3c (patch)
tree5aac021d808feaf82230421578b958f7ddcb5a2d /Cryptlib/SysCall/CrtWrapper.c
parente769628e0d23cf4e3da71cae4b38c5d274d090e0 (diff)
downloadefi-boot-shim-7b9281af14930040ec6cb333de2d64e0ff91cf3c.tar.gz
efi-boot-shim-7b9281af14930040ec6cb333de2d64e0ff91cf3c.zip
Update the CryptLib
Update to the edk2 commit 5e2318dd37a51948aaf845c7d920b11f47cdcfe6 Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/SysCall/CrtWrapper.c')
-rw-r--r--Cryptlib/SysCall/CrtWrapper.c4
1 files changed, 2 insertions, 2 deletions
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.<BR>
+Copyright (c) 2009 - 2016, 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
@@ -22,7 +22,7 @@ FILE *stdin = NULL;
FILE *stdout = NULL;
typedef
-INTN
+int
(*SORT_COMPARE)(
IN VOID *Buffer1,
IN VOID *Buffer2