]> git.proxmox.com Git - efi-boot-shim.git/commit
Cryptlib: remove the unused files
authorGary Ching-Pang Lin <glin@suse.com>
Thu, 2 Oct 2014 04:10:47 +0000 (00:10 -0400)
committerPeter Jones <pjones@redhat.com>
Thu, 2 Oct 2014 04:10:47 +0000 (00:10 -0400)
commite83cd86c6734e8368429482945855ab9c60b3da5
tree74ec3b910b18d60b51b043be39dffdd9cddf32e2
parentf852734c5a15f2fe6a76424ce23daaee870c6c4e
Cryptlib: remove the unused files

I mistakenly added CryptPkcs7VerifyNull.c which may make Pkcs7Verify
always return FALSE. Besides CryptPkcs7VerifyNull.c, there are some
functions we would never use. This commit removes those files to
avoid any potential trouble.

Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Cryptlib/Makefile
Cryptlib/Pk/CryptDh.c [deleted file]
Cryptlib/Pk/CryptDhNull.c [new file with mode: 0644]
Cryptlib/Pk/CryptPkcs7Sign.c [deleted file]
Cryptlib/Pk/CryptPkcs7VerifyNull.c [deleted file]
Cryptlib/Pk/CryptRsaExt.c [deleted file]
Cryptlib/update.sh