aboutsummaryrefslogtreecommitdiffstats
path: root/include/selftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/selftest.h')
-rw-r--r--include/selftest.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/selftest.h b/include/selftest.h
new file mode 100644
index 000000000..1283b3dd4
--- /dev/null
+++ b/include/selftest.h
@@ -0,0 +1,20 @@
+/*************************************************
+* Startup Self Test Header File *
+* (C) 1999-2007 Jack Lloyd *
+*************************************************/
+
+#ifndef BOTAN_SELF_TEST_H__
+#define BOTAN_SELF_TEST_H__
+
+#include <botan/base.h>
+
+namespace Botan {
+
+/*************************************************
+* Self Tests *
+*************************************************/
+bool passes_self_tests();
+
+}
+
+#endif