aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index 939731914..6917d4fbe 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -22,6 +22,8 @@ u32bit do_pk_validation_tests(const std::string&,
Botan::RandomNumberGenerator&);
u32bit do_ecdsa_tests(Botan::RandomNumberGenerator& rng);
+u32bit do_eckaeg_tests(Botan::RandomNumberGenerator& rng);
+
void do_x509_tests(Botan::RandomNumberGenerator&);
#endif