aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>