summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorMatthew Garrett <matthew.garrett@nebula.com>2013-10-03 13:19:32 -0400
committerPeter Jones <pjones@redhat.com>2013-10-04 11:51:09 -0400
commit9107ff9046dc09e8afdb89e86ce588edb3f4a642 (patch)
tree23dbc103ff77c4b098c05dd5125a9ddc2c327350 /Cryptlib/Makefile
parent16c55f99e872fe52a22336ccb4f09f35d33b2ffa (diff)
downloadefi-boot-shim-9107ff9046dc09e8afdb89e86ce588edb3f4a642.tar.gz
efi-boot-shim-9107ff9046dc09e8afdb89e86ce588edb3f4a642.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 \