aboutsummaryrefslogtreecommitdiffstats
path: root/src/selftest/selftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selftest/selftest.h')
-rw-r--r--src/selftest/selftest.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/selftest/selftest.h b/src/selftest/selftest.h
index 673ece225..9e36d2298 100644
--- a/src/selftest/selftest.h
+++ b/src/selftest/selftest.h
@@ -1,7 +1,9 @@
-/*************************************************
-* Startup Self Test Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
+/*
+* Startup Self Test
+* (C) 1999-2007 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
+*/
#ifndef BOTAN_SELF_TESTS_H__
#define BOTAN_SELF_TESTS_H__
@@ -10,9 +12,9 @@
namespace Botan {
-/*************************************************
-* Self Tests *
-*************************************************/
+/*
+* Self Tests
+*/
BOTAN_DLL bool passes_self_tests(Algorithm_Factory& af);
}