summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2014-07-09 15:02:50 +0800
committerPeter Jones <pjones@redhat.com>2014-07-14 09:03:36 -0400
commit76f8050ff6003e6048fdc4430d8b503aff934255 (patch)
treeb82d269a6f732af91e6b599003888d8b10a13bf2 /Cryptlib/Makefile
parente5f161147de6bea68e09f33bc294c6ab644d9a78 (diff)
downloadefi-boot-shim-76f8050ff6003e6048fdc4430d8b503aff934255.tar.gz
efi-boot-shim-76f8050ff6003e6048fdc4430d8b503aff934255.zip
Update openssl to 0.9.8za
Also update to Tiano Cryptlib r15638
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile
index d24e59e7..678baaca 100644
--- a/Cryptlib/Makefile
+++ b/Cryptlib/Makefile
@@ -30,7 +30,11 @@ OBJS = Hash/CryptMd4.o \
Rand/CryptRand.o \
Pk/CryptRsaBasic.o \
Pk/CryptRsaExt.o \
- Pk/CryptPkcs7.o \
+ Pk/CryptRsaExtNull.o \
+ Pk/CryptPkcs7Sign.o \
+ Pk/CryptPkcs7SignNull.o \
+ Pk/CryptPkcs7Verify.o \
+ Pk/CryptPkcs7VerifyNull.o \
Pk/CryptDh.o \
Pk/CryptX509.o \
Pk/CryptAuthenticode.o \