aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/botan.h
blob: c7109aaa5e701066af2f29e7364c6472ce4afe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*************************************************
* Botan Core Interface Header File               *
* (C) 1999-2007 Jack Lloyd                       *
*************************************************/

#include <botan/init.h>
#include <botan/lookup.h>
#include <botan/rng.h>
#include <botan/version.h>
#include <botan/parsing.h>

#if defined(BOTAN_HAS_AUTO_SEEDING_RNG)
  #include <botan/auto_rng.h>
#endif