Adapt documentation of `mbedtls_ssl_conf_dh_param` to new moduli
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index cc00070..fb2f02f 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -1702,7 +1702,7 @@
/**
* \brief Set the Diffie-Hellman public P and G values,
* read as hexadecimal strings (server-side only)
- * (Default: MBEDTLS_DHM_RFC5114_MODP_2048_[PG])
+ * (Default: mbedtls_dhm_rfc7919_ffdhe2048_[pg])
*
* \param conf SSL configuration
* \param dhm_P Diffie-Hellman-Merkle modulus
@@ -1710,7 +1710,9 @@
*
* \return 0 if successful
*/
-int mbedtls_ssl_conf_dh_param( mbedtls_ssl_config *conf, const char *dhm_P, const char *dhm_G );
+int mbedtls_ssl_conf_dh_param( mbedtls_ssl_config *conf,
+ const char *dhm_P,
+ const char *dhm_G );
/**
* \brief Set the Diffie-Hellman public P and G values,