aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509stor.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/x509stor.cpp
parent35df6f2bedfdca75eba052d467afa65e3ef60a85 (diff)
Fix config.h includes
Diffstat (limited to 'src/x509stor.cpp')
-rw-r--r--src/x509stor.cpp2
1 files changed, 1 insertions, 1 deletions
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>