aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/botan.h
blob: db5e2217e55e44f9bdb01d3f08f82fdf1e6823d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
* A vague catch all include file for Botan
* (C) 1999-2007 Jack Lloyd
*/

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

#include <botan/rng.h>

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