aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/x509_crl.cpp2
-rw-r--r--src/x509_ext.cpp2
-rw-r--r--src/x509opt.cpp2
-rw-r--r--src/x509self.cpp2
-rw-r--r--src/x509stor.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/x509_crl.cpp b/src/x509_crl.cpp
index 437d35b8c..ebb69f528 100644
--- a/src/x509_crl.cpp
+++ b/src/x509_crl.cpp
@@ -8,7 +8,7 @@
#include <botan/ber_dec.h>
#include <botan/parsing.h>
#include <botan/bigint.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/oids.h>
namespace Botan {
diff --git a/src/x509_ext.cpp b/src/x509_ext.cpp
index 4cb462d5e..ae5116024 100644
--- a/src/x509_ext.cpp
+++ b/src/x509_ext.cpp
@@ -11,7 +11,7 @@
#include <botan/ber_dec.h>
#include <botan/lookup.h>
#include <botan/oids.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/bit_ops.h>
#include <algorithm>
#include <memory>
diff --git a/src/x509opt.cpp b/src/x509opt.cpp
index b2e6027b6..65cc16c19 100644
--- a/src/x509opt.cpp
+++ b/src/x509opt.cpp
@@ -7,7 +7,7 @@
#include <botan/util.h>
#include <botan/parsing.h>
#include <botan/oids.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <ctime>
namespace Botan {
diff --git a/src/x509self.cpp b/src/x509self.cpp
index b86502eed..fadcf0c39 100644
--- a/src/x509self.cpp
+++ b/src/x509self.cpp
@@ -7,7 +7,7 @@
#include <botan/x509_ext.h>
#include <botan/x509_ca.h>
#include <botan/der_enc.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/look_pk.h>
#include <botan/oids.h>
#include <botan/pipe.h>
diff --git a/src/x509stor.cpp b/src/x509stor.cpp
index c4a673cda..1be8ec85d 100644
--- a/src/x509stor.cpp
+++ b/src/x509stor.cpp
@@ -8,7 +8,7 @@
#include <botan/pubkey.h>
#include <botan/look_pk.h>
#include <botan/oids.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <botan/util.h>
#include <algorithm>
#include <memory>