aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/kdf1
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdf/kdf1')
-rw-r--r--src/kdf/kdf1/info.txt1
-rw-r--r--src/kdf/kdf1/kdf1.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/kdf/kdf1/info.txt b/src/kdf/kdf1/info.txt
index 802df67d0..65011907e 100644
--- a/src/kdf/kdf1/info.txt
+++ b/src/kdf/kdf1/info.txt
@@ -8,3 +8,4 @@ load_on auto
kdf1.h
kdf1.cpp
</add>
+
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 {