diff options
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r-- | checks/pk.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp index f43dc2b08..bafbc57d2 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -756,6 +756,7 @@ u32bit do_pk_validation_tests(const std::string& filename, std::cout << std::endl; errors += do_ecdsa_tests(rng); + errors += do_eckaeg_tests(rng); do_pk_keygen_tests(rng); do_x509_tests(rng); |