aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-02-16 14:44:03 +0000
committerlloyd <[email protected]>2011-02-16 14:44:03 +0000
commitf39bf4aad827a66e7f983b303b999d6e2ba4cd93 (patch)
tree37ec62e6feb1388023e4c3da7ddb8081de0123b3 /src
parent607454d3236b6dffca8b249234f513ae7feb32d9 (diff)
Forward declare Algorithm_Factory
Diffstat (limited to 'src')
-rw-r--r--src/constructs/rfc3394/rfc3394.cpp1
-rw-r--r--src/constructs/rfc3394/rfc3394.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/constructs/rfc3394/rfc3394.cpp b/src/constructs/rfc3394/rfc3394.cpp
index d6909c94a..b000873fd 100644
--- a/src/constructs/rfc3394/rfc3394.cpp
+++ b/src/constructs/rfc3394/rfc3394.cpp
@@ -6,6 +6,7 @@
*/
#include <botan/rfc3394.h>
+#include <botan/algo_factory.h>
#include <botan/block_cipher.h>
#include <botan/loadstor.h>
#include <botan/exceptn.h>
diff --git a/src/constructs/rfc3394/rfc3394.h b/src/constructs/rfc3394/rfc3394.h
index 7a4668735..645586ee2 100644
--- a/src/constructs/rfc3394/rfc3394.h
+++ b/src/constructs/rfc3394/rfc3394.h
@@ -9,10 +9,11 @@
#define BOTAN_AES_KEY_WRAP_H__
#include <botan/symkey.h>
-#include <botan/algo_factory.h>
namespace Botan {
+class Algorithm_Factory;
+
/**
* Encrypt a key under a key encryption key using the algorithm
* described in RFC 3394