Skip to content

Commit

Permalink
Cryptlib: remove the unused files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lcp authored and vathpela committed Oct 2, 2014
1 parent db43ba5 commit 663a5ca
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 1,020 deletions.
5 changes: 1 addition & 4 deletions Cryptlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ OBJS = Hash/CryptMd4.o \
Cipher/CryptArc4.o \
Rand/CryptRand.o \
Pk/CryptRsaBasic.o \
Pk/CryptRsaExt.o \
Pk/CryptRsaExtNull.o \
Pk/CryptPkcs7Sign.o \
Pk/CryptPkcs7SignNull.o \
Pk/CryptPkcs7Verify.o \
Pk/CryptPkcs7VerifyNull.o \
Pk/CryptDh.o \
Pk/CryptDhNull.o \
Pk/CryptX509.o \
Pk/CryptAuthenticode.o \
Pem/CryptPem.o \
Expand Down
328 changes: 0 additions & 328 deletions Cryptlib/Pk/CryptDh.c

This file was deleted.

Loading

0 comments on commit 663a5ca

Please sign in to comment.