Botan  1.10.9
botan.h
Go to the documentation of this file.
1 /*
2 * A vague catch all include file for Botan
3 * (C) 1999-2007 Jack Lloyd
4 *
5 * Distributed under the terms of the Botan license
6 */
7 
8 #ifndef BOTAN_BOTAN_H__
9 #define BOTAN_BOTAN_H__
10 
11 #include <botan/init.h>
12 #include <botan/lookup.h>
13 #include <botan/libstate.h>
14 #include <botan/version.h>
15 #include <botan/parsing.h>
16 
17 #include <botan/rng.h>
18 
19 #if defined(BOTAN_HAS_AUTO_SEEDING_RNG)
20  #include <botan/auto_rng.h>
21 #endif
22 
23 #endif