aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-02 13:47:06 +0000
committerlloyd <[email protected]>2010-03-02 13:47:06 +0000
commit23a0b9af002a0126ff1fdfc54e16045c84b2f43d (patch)
tree0acf31d94fa17a589e0a5d5e2d3885dd6a9613b0 /checks/validate.h
parentd723232f03eb5073bdf245e0502434ebadbee1cd (diff)
Add GOST 34.10 benchmarks. Kill of last bits of ECKAEG terminology.
Diffstat (limited to 'checks/validate.h')
-rw-r--r--checks/validate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/validate.h b/checks/validate.h
index b0e3565f8..9e34d64fb 100644
--- a/checks/validate.h
+++ b/checks/validate.h
@@ -23,7 +23,7 @@ u32bit do_pk_validation_tests(const std::string&,
void do_ec_tests(RandomNumberGenerator& rng);
u32bit do_ecdsa_tests(RandomNumberGenerator& rng);
-u32bit do_eckaeg_tests(RandomNumberGenerator& rng);
+u32bit do_ecdh_tests(RandomNumberGenerator& rng);
u32bit do_cvc_tests(RandomNumberGenerator& rng);
void do_x509_tests(RandomNumberGenerator&);