aboutsummaryrefslogtreecommitdiffstats
path: root/src/selftest/selftest.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-06 16:33:22 +0000
committerlloyd <[email protected]>2009-10-06 16:33:22 +0000
commit7c71072fe090b9925715614861471b7e51a70a56 (patch)
treec78231d3a822594a518a4a863b8eb23628baf778 /src/selftest/selftest.h
parentf6546e0ffc4d9fda308e8e043446d1940f533140 (diff)
Add cipher mode selftesting in selftest.cpp
Convert hardcoded startup selftests to use the new selftest framework
Diffstat (limited to 'src/selftest/selftest.h')
-rw-r--r--src/selftest/selftest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selftest/selftest.h b/src/selftest/selftest.h
index b5fc9f80a..4cb6e23d7 100644
--- a/src/selftest/selftest.h
+++ b/src/selftest/selftest.h
@@ -9,6 +9,7 @@
#define BOTAN_SELF_TESTS_H__
#include <botan/algo_factory.h>
+#include <botan/scan_name.h>
#include <map>
#include <string>
@@ -20,7 +21,7 @@ namespace Botan {
BOTAN_DLL bool passes_self_tests(Algorithm_Factory& af);
BOTAN_DLL std::map<std::string, bool>
-algorithm_kat(const std::string& name,
+algorithm_kat(const SCAN_Name& algo_name,
const std::map<std::string, std::string>& vars,
Algorithm_Factory& af);