diff options
Diffstat (limited to 'src/constructs/rfc3394/rfc3394.h')
-rw-r--r-- | src/constructs/rfc3394/rfc3394.h | 3 |
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 |