diff options
author | lloyd <[email protected]> | 2010-02-25 21:11:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-25 21:11:59 +0000 |
commit | 387dddde76c76d6d35a1758b175bda8cb554d08f (patch) | |
tree | 250dee4726755f6da7473de3fcdefca3fba4310e /checks/pk.cpp | |
parent | 78616a7ee3a5176838ba4cc295b6998f9666afbb (diff) |
Delete gfp_element.h and remove the gfpmath tests
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r-- | checks/pk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp index 9c243f1cf..07e6aeb10 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -769,7 +769,6 @@ u32bit do_pk_validation_tests(const std::string& filename, std::cout << std::endl; - errors += do_gfpmath_tests(rng); do_ec_tests(rng); errors += do_ecdsa_tests(rng); errors += do_eckaeg_tests(rng); |