aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/engine.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 20:54:18 +0000
committerlloyd <[email protected]>2008-11-11 20:54:18 +0000
commit8986f83af617d76e54ae40348d0a77ea1e5e51e4 (patch)
tree419cebf489bd28084615290bccd63516b4ca2696 /src/engine/engine.h
parente7e3551e44f8defc6d78be4e513ea5ee2631933b (diff)
Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,
the other half was relied upon by pubkey. Move the contents into those two modules. Update deps.
Diffstat (limited to 'src/engine/engine.h')
-rw-r--r--src/engine/engine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h
index 6cb63fa36..f73ecb0a0 100644
--- a/src/engine/engine.h
+++ b/src/engine/engine.h
@@ -12,7 +12,7 @@
#include <botan/stream_cipher.h>
#include <botan/hash.h>
#include <botan/mac.h>
-#include <botan/bigint.h>
+#include <botan/pow_mod.h>
#include <utility>
#include <map>
@@ -51,7 +51,6 @@ namespace Botan {
class Algorithm_Factory;
class Keyed_Filter;
-class Modular_Exponentiator;
/*************************************************
* Engine Base Class *