Botan  1.11.15
src/lib/base/botan.h
Go to the documentation of this file.
00001 /*
00002 * A vague catch all include file for Botan
00003 * (C) 1999-2007 Jack Lloyd
00004 *
00005 * Botan is released under the Simplified BSD License (see license.txt)
00006 */
00007 
00008 #ifndef BOTAN_BOTAN_H__
00009 #define BOTAN_BOTAN_H__
00010 
00011 #include <botan/lookup.h>
00012 #include <botan/version.h>
00013 #include <botan/parsing.h>
00014 
00015 #include <botan/rng.h>
00016 
00017 #if defined(BOTAN_HAS_AUTO_SEEDING_RNG)
00018   #include <botan/auto_rng.h>
00019 #endif
00020 
00021 #endif