summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2017-04-10 17:40:06 +0800
committerPeter Jones <pjones@redhat.com>2017-04-11 10:42:19 -0400
commit513cbe2aea689bf968f171f894f3d4cdb43524d5 (patch)
tree8714192e6a3d0005397a2d3134884bbaa0923795 /Cryptlib/Makefile
parente9cc33d6f2b7f35c6f5e349fd83fb9ae0bc66226 (diff)
downloadefi-boot-shim-513cbe2aea689bf968f171f894f3d4cdb43524d5.tar.gz
efi-boot-shim-513cbe2aea689bf968f171f894f3d4cdb43524d5.zip
Cryptlib: replace CryptPem with the Null version
CryptPem only provides one function: RsaGetPrivateKeyFromPem(). Since we don't need to retrieve any private key, it's safe to disable the function. 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 b3a06e44..77a5bd4a 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 \