summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2018-01-04 14:54:34 +0800
committerPeter Jones <pjones@redhat.com>2018-02-28 14:47:18 -0500
commitbc3b6525d898e130e1e9fbfe76e2f4d890e49148 (patch)
tree65e9e273f66447c9d205112ace3f2ce06e2f0f45 /Cryptlib/Makefile
parent62d8397202a0fc1d9d2b20b59a165e9bc989e324 (diff)
downloadefi-boot-shim-bc3b6525d898e130e1e9fbfe76e2f4d890e49148.tar.gz
efi-boot-shim-bc3b6525d898e130e1e9fbfe76e2f4d890e49148.zip
Cryptlib: replace CryptPem with CryptPemNull
We don't need the functions in CryptPem.c. Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \