aboutsummaryrefslogtreecommitdiffstats
path: root/src/x509_ca.cpp
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 /src/x509_ca.cpp
parent4f54b59f172b7ae18a2e34938c9e504367870f0d (diff)
More config.h include fixes
Diffstat (limited to 'src/x509_ca.cpp')
-rw-r--r--src/x509_ca.cpp2
1 files changed, 1 insertions, 1 deletions
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>