From bc3b6525d898e130e1e9fbfe76e2f4d890e49148 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Thu, 4 Jan 2018 14:54:34 +0800 Subject: Cryptlib: replace CryptPem with CryptPemNull We don't need the functions in CryptPem.c. Signed-off-by: Gary Lin --- Cryptlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cryptlib/Makefile') diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index bf9d0dc8..a025ac53 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -40,7 +40,7 @@ OBJS = Hash/CryptMd4Null.o \ Pk/CryptTs.o \ Pk/CryptX509.o \ Pk/CryptAuthenticode.o \ - Pem/CryptPem.o \ + Pem/CryptPemNull.o \ SysCall/CrtWrapper.o \ SysCall/TimerWrapper.o \ SysCall/BaseMemAllocation.o \ -- cgit v1.2.3