aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1_str.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:26:43 +0000
committerlloyd <[email protected]>2006-07-01 18:26:43 +0000
commit4f54b59f172b7ae18a2e34938c9e504367870f0d (patch)
tree669038842e15387608dd132736bb8cb5a6337d23 /src/asn1_str.cpp
parentfd077fea0eaf6dd6a28665b0d634c253ac964886 (diff)
Fix more config.h includes
Diffstat (limited to 'src/asn1_str.cpp')
-rw-r--r--src/asn1_str.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1_str.cpp b/src/asn1_str.cpp
index e6125f00f..79c7933f7 100644
--- a/src/asn1_str.cpp
+++ b/src/asn1_str.cpp
@@ -8,7 +8,7 @@
#include <botan/ber_dec.h>
#include <botan/charset.h>
#include <botan/parsing.h>
-#include <botan/conf.h>
+#include <botan/config.h>
namespace Botan {