aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf2/kdf2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdf/kdf2/kdf2.cpp')
-rw-r--r--src/lib/kdf/kdf2/kdf2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/kdf/kdf2/kdf2.cpp b/src/lib/kdf/kdf2/kdf2.cpp
index 052df0b6a..c7b355580 100644
--- a/src/lib/kdf/kdf2/kdf2.cpp
+++ b/src/lib/kdf/kdf2/kdf2.cpp
@@ -5,10 +5,13 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/kdf_utils.h>
#include <botan/kdf2.h>
namespace Botan {
+BOTAN_REGISTER_KDF_1HASH(KDF2, "KDF2");
+
/*
* KDF2 Key Derivation Mechanism
*/