From e571428e21280c28d0d591b70f13add7d8dbfe81 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Tue, 15 Dec 2015 10:48:10 +0800 Subject: Update to openssl to 1.0.2e Also update Cryptlib to edk2 r19218 - Undefine NO_BUILTIN_VA_FUNCS in Cryptlib/OpenSSL/ for x86_64 to use the gcc builtins and remove all EFIAPI from the functions - Move the most of defines into the headers instead of Makefile - Remove the global variable 'timeval' - Remove the unused code: crypto/pqueue/* and crypto/ts/* - Include bn.h in MokManager.c due to the changes in openssl Signed-off-by: Gary Lin --- MokManager.c | 1 + 1 file changed, 1 insertion(+) (limited to 'MokManager.c') diff --git a/MokManager.c b/MokManager.c index 2de6853d..3928196f 100644 --- a/MokManager.c +++ b/MokManager.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "shim.h" #include "PeImage.h" #include "PasswordCrypt.h" -- cgit v1.2.3