aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 20:40:48 +0000
committerlloyd <[email protected]>2008-11-08 20:40:48 +0000
commit51e730bfd58959600d8d206df945b7ab335056c0 (patch)
tree82812403983b125cfe2d87de05fcb889753727f6 /src/utils
parent3c77da389db0769cf07cddf7629a62e156fe577b (diff)
Move botan.h from utils to libstate, since libstate has lookup.h which
botan.h includes unconditionally. Remove obsolete seed_rng code from init.h
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/botan.h15
-rw-r--r--src/utils/info.txt1
2 files changed, 0 insertions, 16 deletions
diff --git a/src/utils/botan.h b/src/utils/botan.h
deleted file mode 100644
index 1149fe063..000000000
--- a/src/utils/botan.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
-* A vague catch all include file for Botan
-* (C) 1999-2007 Jack Lloyd
-*/
-
-#include <botan/init.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
diff --git a/src/utils/info.txt b/src/utils/info.txt
index 5fad7127b..4999a08e7 100644
--- a/src/utils/info.txt
+++ b/src/utils/info.txt
@@ -14,7 +14,6 @@ filters
<add>
bit_ops.h
-botan.h
bswap.h
buf_comp.h
charset.cpp