diff options
Diffstat (limited to 'src/libstate/lookup.h')
-rw-r--r-- | src/libstate/lookup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstate/lookup.h b/src/libstate/lookup.h index 2a47c7f14..c9d1ee707 100644 --- a/src/libstate/lookup.h +++ b/src/libstate/lookup.h @@ -11,7 +11,7 @@ #include <botan/libstate.h> #include <botan/engine.h> #include <botan/filters.h> -#include <botan/aead.h> +#include <botan/aead_filt.h> #include <botan/mode_pad.h> #include <botan/kdf.h> #include <botan/eme.h> @@ -227,7 +227,7 @@ BOTAN_DLL Keyed_Filter* get_cipher(const std::string& algo_spec, * decrypting filter * @return pointer to the encryption or decryption filter */ -BOTAN_DLL AEAD_Mode* get_aead(const std::string& algo_spec, +BOTAN_DLL AEAD_Filter* get_aead(const std::string& algo_spec, Cipher_Dir direction); /** |