diff options
Diffstat (limited to 'checks/pk.cpp')
-rw-r--r-- | checks/pk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/pk.cpp b/checks/pk.cpp index b3de4bf2f..d101b30f0 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -706,7 +706,7 @@ void do_pk_keygen_tests(RandomNumberGenerator& rng) EC_KEY(GOST_3410_PrivateKey, "secp224r1"); EC_KEY(GOST_3410_PrivateKey, "secp256r1"); EC_KEY(GOST_3410_PrivateKey, "secp384r1"); - //EC_KEY(GOST_3410_PrivateKey, "secp521r1"); + EC_KEY(GOST_3410_PrivateKey, "secp521r1"); #endif std::cout << std::endl; |