aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-05-13 10:28:50 +0000
committerlloyd <[email protected]>2009-05-13 10:28:50 +0000
commit81e1bd8787ba9c2497d4206b76d00aa0974749db (patch)
treeddb8a4de4b117314fcf58a834ccdf45c0f91359e
parent59ad7882f0bf20327bc04860a0c0c27461d2a3a9 (diff)
One more s/engine.h/pk_engine.h/
-rw-r--r--src/math/numbertheory/pow_mod.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/numbertheory/pow_mod.cpp b/src/math/numbertheory/pow_mod.cpp
index 4801a945c..fd9b8e921 100644
--- a/src/math/numbertheory/pow_mod.cpp
+++ b/src/math/numbertheory/pow_mod.cpp
@@ -6,7 +6,7 @@
*/
#include <botan/pow_mod.h>
-#include <botan/engine.h>
+#include <botan/pk_engine.h>
namespace Botan {