summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
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 a05a4db0..f494dd4c 100644
--- a/Cryptlib/Makefile
+++ b/Cryptlib/Makefile
@@ -29,7 +29,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 \