aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf1
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-31 16:18:09 +0000
committerlloyd <[email protected]>2015-01-31 16:18:09 +0000
commitfd3016d10124d2b7ccd7bc885235f2e407d73800 (patch)
treee237b54c3a8d465c893a012157d9d52014eaccc9 /src/lib/kdf/kdf1
parent00c9b3f4834603946065c15b9b2e9fa5e973b979 (diff)
Use registry also for KDF, EMSA, and EME
Diffstat (limited to 'src/lib/kdf/kdf1')
-rw-r--r--src/lib/kdf/kdf1/kdf1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/kdf/kdf1/kdf1.cpp b/src/lib/kdf/kdf1/kdf1.cpp
index b0fa97443..df84a1a00 100644
--- a/src/lib/kdf/kdf1/kdf1.cpp
+++ b/src/lib/kdf/kdf1/kdf1.cpp
@@ -5,10 +5,13 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/kdf_utils.h>
#include <botan/kdf1.h>
namespace Botan {
+BOTAN_REGISTER_KDF_1HASH(KDF1, "KDF1");
+
/*
* KDF1 Key Derivation Mechanism
*/