aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/checks/validate.h b/checks/validate.h
index 367a4c77d..939731914 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -17,8 +17,11 @@ u32bit do_bigint_tests(const std::string&,
u32bit do_gfpmath_tests(Botan::RandomNumberGenerator& rng);
+
u32bit do_pk_validation_tests(const std::string&,
Botan::RandomNumberGenerator&);
+
+u32bit do_ecdsa_tests(Botan::RandomNumberGenerator& rng);
void do_x509_tests(Botan::RandomNumberGenerator&);
#endif