aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-14 03:24:18 +0000
committerlloyd <[email protected]>2008-10-14 03:24:18 +0000
commit7513d887a3b79ba614d3663c90740d55ef935977 (patch)
tree60c668e9b839c5a03790f97d1f027e1a7b5342d9 /checks/validate.h
parent15302375cce6975eeee4217b13ef3786d3602714 (diff)
Add ECKAEG tests from InSiTo, by Manuel Hartl
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