diff options
Diffstat (limited to 'src/kdf/kdf2/kdf2.h')
-rw-r--r-- | src/kdf/kdf2/kdf2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdf/kdf2/kdf2.h b/src/kdf/kdf2/kdf2.h index 003f0fc45..f3768f15f 100644 --- a/src/kdf/kdf2/kdf2.h +++ b/src/kdf/kdf2/kdf2.h @@ -6,7 +6,7 @@ #ifndef BOTAN_KDF2_H__ #define BOTAN_KDF2_H__ -#include <botan/pk_util.h> +#include <botan/kdf.h> namespace Botan { |