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/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cryptlib/Makefile') diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index 1769e674..cb18440b 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -19,6 +19,7 @@ OBJS = Hash/CryptMd4.o \ Hash/CryptMd5.o \ Hash/CryptSha1.o \ Hash/CryptSha256.o \ + Hash/CryptSha512.o \ Hmac/CryptHmacMd5.o \ Hmac/CryptHmacSha1.o \ Cipher/CryptAes.o \ @@ -30,6 +31,7 @@ OBJS = Hash/CryptMd4.o \ Pk/CryptPkcs7SignNull.o \ Pk/CryptPkcs7Verify.o \ Pk/CryptDhNull.o \ + Pk/CryptTs.o \ Pk/CryptX509.o \ Pk/CryptAuthenticode.o \ Pem/CryptPem.o \ -- cgit v1.2.3