aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/rfc3394/rfc3394.h
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/constructs/rfc3394/rfc3394.h
parent607454d3236b6dffca8b249234f513ae7feb32d9 (diff)
Forward declare Algorithm_Factory
Diffstat (limited to 'src/constructs/rfc3394/rfc3394.h')
-rw-r--r--src/constructs/rfc3394/rfc3394.h3
1 files changed, 2 insertions, 1 deletions
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