added a plugin providing crypto test vectors

This commit is contained in:
Martin Willi
2009-06-11 15:55:59 +02:00
parent 28a0728b67
commit 81811a9d8b
6 changed files with 233 additions and 0 deletions
+4
View File
@@ -209,6 +209,10 @@ if USE_AGENT
SUBDIRS += plugins/agent
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
endif
if USE_INTEGRITY_TEST
SUBDIRS += fips
endif