* crypto: improve signature checking code

This commit is contained in:
djcb
2012-09-01 20:03:48 +03:00
parent 7b39d56c99
commit 9d6ef76f5f
7 changed files with 13 additions and 64 deletions

View File

@ -21,7 +21,7 @@ include $(top_srcdir)/gtest.mk
SUBDIRS= . tests
if BUILD_CRYPTO
crypto=mu-msg-crypto.c mu-msg-crypto.h
crypto=mu-msg-crypto.c
else
crypto=
endif