aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/botan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base/botan.h')
-rw-r--r--src/lib/base/botan.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/base/botan.h b/src/lib/base/botan.h
new file mode 100644
index 000000000..0d8749155
--- /dev/null
+++ b/src/lib/base/botan.h
@@ -0,0 +1,21 @@
+/*
+* A vague catch all include file for Botan
+* (C) 1999-2007 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
+*/
+
+#ifndef BOTAN_BOTAN_H__
+#define BOTAN_BOTAN_H__
+
+#include <botan/lookup.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
+
+#endif