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