aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:27:39 +0000
committerlloyd <[email protected]>2006-07-01 18:27:39 +0000
commit673fbf17cebc2a4e83010cf88ac3c4a4cc4af9f2 (patch)
treec22cc8fbcb8fd4a72146a12338f1a4146ab22465
parent2918cddd64d72f4ce67c3ae00e981068e813d7ad (diff)
More config.h fixes
-rw-r--r--src/crl_ent.cpp2
-rw-r--r--src/es_file.cpp2
-rw-r--r--src/inifile.cpp2
-rw-r--r--src/mem_pool.cpp2
-rw-r--r--src/pem.cpp2
-rw-r--r--src/pk_core.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/crl_ent.cpp b/src/crl_ent.cpp
index 16c6fa561..e36d71843 100644
--- a/src/crl_ent.cpp
+++ b/src/crl_ent.cpp
@@ -8,7 +8,7 @@
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/bigint.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/oids.h>
#include <botan/util.h>
diff --git a/src/es_file.cpp b/src/es_file.cpp
index 8d2ea80fc..3b0061853 100644
--- a/src/es_file.cpp
+++ b/src/es_file.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/es_file.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <fstream>
namespace Botan {
diff --git a/src/inifile.cpp b/src/inifile.cpp
index 22b8aa1a3..0923aa584 100644
--- a/src/inifile.cpp
+++ b/src/inifile.cpp
@@ -3,7 +3,7 @@
* (C) 1999-2006 The Botan Project *
*************************************************/
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/libstate.h>
#include <botan/charset.h>
#include <botan/parsing.h>
diff --git a/src/mem_pool.cpp b/src/mem_pool.cpp
index 4b68a7549..8658fa2df 100644
--- a/src/mem_pool.cpp
+++ b/src/mem_pool.cpp
@@ -5,7 +5,7 @@
#include <botan/mem_pool.h>
#include <botan/libstate.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/bit_ops.h>
#include <botan/util.h>
#include <algorithm>
diff --git a/src/pem.cpp b/src/pem.cpp
index f34f22a67..9a0f3c31e 100644
--- a/src/pem.cpp
+++ b/src/pem.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/pem.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/filters.h>
#include <botan/parsing.h>
diff --git a/src/pk_core.cpp b/src/pk_core.cpp
index 72bc475fa..3f4a4850d 100644
--- a/src/pk_core.cpp
+++ b/src/pk_core.cpp
@@ -6,7 +6,7 @@
#include <botan/pk_core.h>
#include <botan/numthry.h>
#include <botan/engine.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <algorithm>
namespace Botan {