diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2015-07-28 11:46:38 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2015-07-28 11:46:38 -0400 |
| commit | 5ce38c90cf43ee79cd999716ea83a5a44eeb819e (patch) | |
| tree | 2fb3d9dd667c772fae5f87fa61e1501cf12da0ce /Cryptlib/Makefile | |
| parent | 69ba24ff72921ecabbb47178de40dc5a79350040 (diff) | |
| download | efi-boot-shim-5ce38c90cf43ee79cd999716ea83a5a44eeb819e.tar.gz efi-boot-shim-5ce38c90cf43ee79cd999716ea83a5a44eeb819e.zip | |
Update openssl to 1.0.2d
Also update Cryptlib to edk2 r17731
Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/Makefile')
| -rw-r--r-- | Cryptlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
