summaryrefslogtreecommitdiffstats
path: root/botan/build/botan/selftest.h
blob: 9e36d2298a18866be1386c546a891bf4f846496a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
* 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__

#include <botan/algo_factory.h>

namespace Botan {

/*
* Self Tests
*/
BOTAN_DLL bool passes_self_tests(Algorithm_Factory& af);

}

#endif