aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_core.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:27:39 +0000
committerlloyd <[email protected]>2006-07-01 18:27:39 +0000
commit673fbf17cebc2a4e83010cf88ac3c4a4cc4af9f2 (patch)
treec22cc8fbcb8fd4a72146a12338f1a4146ab22465 /src/pk_core.cpp
parent2918cddd64d72f4ce67c3ae00e981068e813d7ad (diff)
More config.h fixes
Diffstat (limited to 'src/pk_core.cpp')
-rw-r--r--src/pk_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pk_core.cpp b/src/pk_core.cpp
index 72bc475fa..3f4a4850d 100644
--- a/src/pk_core.cpp
+++ b/src/pk_core.cpp
@@ -6,7 +6,7 @@
#include <botan/pk_core.h>
#include <botan/numthry.h>
#include <botan/engine.h>
-#include <botan/conf.h>
+#include <botan/config.h>
#include <algorithm>
namespace Botan {