aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:27:15 +0000
committerlloyd <[email protected]>2006-07-01 18:27:15 +0000
commit2918cddd64d72f4ce67c3ae00e981068e813d7ad (patch)
tree6475175d518e8b18623d2b6c965e4f7781565ba4
parent4f54b59f172b7ae18a2e34938c9e504367870f0d (diff)
More config.h include fixes
-rw-r--r--src/pk_keys.cpp2
-rw-r--r--src/pkcs8.cpp2
-rw-r--r--src/x509_ca.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/pk_keys.cpp b/src/pk_keys.cpp
index 6d6f784b2..fc8029f94 100644
--- a/src/pk_keys.cpp
+++ b/src/pk_keys.cpp
@@ -4,7 +4,7 @@
*************************************************/
#include <botan/pk_keys.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/oids.h>
namespace Botan {
diff --git a/src/pkcs8.cpp b/src/pkcs8.cpp
index 72fcb41e4..32408eb43 100644
--- a/src/pkcs8.cpp
+++ b/src/pkcs8.cpp
@@ -8,7 +8,7 @@
#include <botan/ber_dec.h>
#include <botan/asn1_obj.h>
#include <botan/pk_algs.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/oids.h>
#include <botan/pem.h>
#include <botan/pbe.h>
diff --git a/src/x509_ca.cpp b/src/x509_ca.cpp
index 8e5e980b5..0efb66744 100644
--- a/src/x509_ca.cpp
+++ b/src/x509_ca.cpp
@@ -8,7 +8,7 @@
#include <botan/x509stor.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/lookup.h>
#include <botan/look_pk.h>
#include <botan/numthry.h>