Make EVP_PKEY_CTX_[get|set]_group_name work for DH too
[openssl.git] / test / dsatest.c
index c9857d6c676ce604984ffe0137a4744f401d4cf2..614a8ea1d8ecd6b4332cc3fcd0dc9de89fd4997b 100644 (file)
@@ -282,7 +282,7 @@ static int dsa_keygen_test(void)
                                              &pcount_out))
         || !TEST_int_eq(pcount_out, expected_c)
         || !TEST_false(EVP_PKEY_get_utf8_string_param(key,
-                                                      OSSL_PKEY_PARAM_FFC_GROUP,
+                                                      OSSL_PKEY_PARAM_GROUP_NAME,
                                                       group_out,
                                                       sizeof(group_out), &len)))
         goto end;