summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorMatthew Garrett <matthew.garrett@nebula.com>2013-10-04 11:51:09 -0400
committerPeter Jones <pjones@redhat.com>2013-10-04 11:51:09 -0400
commit36d13930ee66e12d581a259b2f49b65eed41daeb (patch)
tree23dbc103ff77c4b098c05dd5125a9ddc2c327350 /Cryptlib/Makefile
parent4bf7fb2ef1ed13251efad3928d41e5eaf2f4aaa4 (diff)
downloadefi-boot-shim-36d13930ee66e12d581a259b2f49b65eed41daeb.tar.gz
efi-boot-shim-36d13930ee66e12d581a259b2f49b65eed41daeb.zip
Update to current Tiano Cryptlib
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile
index 08908389..a05a4db0 100644
--- a/Cryptlib/Makefile
+++ b/Cryptlib/Makefile
@@ -27,7 +27,8 @@ OBJS = Hash/CryptMd4.o \
Cipher/CryptTdes.o \
Cipher/CryptArc4.o \
Rand/CryptRand.o \
- Pk/CryptRsa.o \
+ Pk/CryptRsaBasic.o \
+ Pk/CryptRsaExt.o \
Pk/CryptPkcs7.o \
Pk/CryptDh.o \
Pk/CryptX509.o \