diff options
Diffstat (limited to 'src/kdf')
-rw-r--r-- | src/kdf/kdf1/kdf1.h | 2 | ||||
-rw-r--r-- | src/kdf/kdf2/kdf2.h | 2 | ||||
-rw-r--r-- | src/kdf/mgf1/mgf1.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kdf/kdf1/kdf1.h b/src/kdf/kdf1/kdf1.h index 1c1fd7839..6099bdd4b 100644 --- a/src/kdf/kdf1/kdf1.h +++ b/src/kdf/kdf1/kdf1.h @@ -7,7 +7,7 @@ #define BOTAN_KDF1_H__ #include <botan/kdf.h> -#include <botan/base.h> +#include <botan/hash.h> namespace Botan { diff --git a/src/kdf/kdf2/kdf2.h b/src/kdf/kdf2/kdf2.h index 844057ab3..8aca285a6 100644 --- a/src/kdf/kdf2/kdf2.h +++ b/src/kdf/kdf2/kdf2.h @@ -7,7 +7,7 @@ #define BOTAN_KDF2_H__ #include <botan/kdf.h> -#include <botan/base.h> +#include <botan/hash.h> namespace Botan { diff --git a/src/kdf/mgf1/mgf1.h b/src/kdf/mgf1/mgf1.h index dee762f3b..e5cbe1d0f 100644 --- a/src/kdf/mgf1/mgf1.h +++ b/src/kdf/mgf1/mgf1.h @@ -7,7 +7,7 @@ #define BOTAN_MGF1_H__ #include <botan/kdf.h> -#include <botan/base.h> +#include <botan/hash.h> namespace Botan { |