diff options
Diffstat (limited to 'src/selftest/selftest.h')
-rw-r--r-- | src/selftest/selftest.h | 3 |
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); |