aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509opt.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:26:03 +0000
committerlloyd <[email protected]>2006-07-01 18:26:03 +0000
commitfd077fea0eaf6dd6a28665b0d634c253ac964886 (patch)
tree746b5fced0cc549543709f6bcfa6c8945e51e95a /src/x509opt.cpp
parent35df6f2bedfdca75eba052d467afa65e3ef60a85 (diff)
Fix config.h includes
Diffstat (limited to 'src/x509opt.cpp')
-rw-r--r--src/x509opt.cpp2
1 files changed, 1 insertions, 1 deletions
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 {