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