]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ffc/ffc_backend.c
Use as small dh key size as possible to support the security
[thirdparty/openssl.git] / crypto / ffc / ffc_backend.c
index 9a013d95d35916c7a3c3624e043474e12975b5b5..dbd28b0e66bd7ad49906572b3cb7fca5617f6a77 100644 (file)
@@ -39,7 +39,7 @@ int ossl_ffc_params_fromdata(FFC_PARAMS *ffc, const OSSL_PARAM params[])
         if (prm->data_type != OSSL_PARAM_UTF8_STRING
             || prm->data == NULL
             || (group = ossl_ffc_name_to_dh_named_group(prm->data)) == NULL
-            || !ossl_ffc_named_group_set_pqg(ffc, group))
+            || !ossl_ffc_named_group_set(ffc, group))
 #endif
             goto err;
     }