Below is the file 'include/selftest.h' from this revision. You can also download the file.
/************************************************* * 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