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.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/selftest/selftest.h b/src/selftest/selftest.h
new file mode 100644
index 000000000..ff011a32c
--- /dev/null
+++ b/src/selftest/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 *
+*************************************************/
+BOTAN_DLL bool passes_self_tests();
+
+}
+
+#endif