aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r--checks/validate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp
index 8ac35393c..606f3a2c3 100644
--- a/checks/validate.cpp
+++ b/checks/validate.cpp
@@ -420,6 +420,8 @@ u32bit do_validation_tests(const std::string& filename,
{
test_ocb();
test_hkdf();
+ test_pbkdf();
+ test_kdf();
}
return errors;