We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c99dc8 commit 13cf3ecCopy full SHA for 13cf3ec
include/mbedtls/ecp.h
@@ -482,7 +482,7 @@ void mbedtls_ecp_point_init( mbedtls_ecp_point *pt );
482
*
483
* \note After this function is called, domain parameters
484
* for various ECP groups can be loaded through the
485
- * mbedtls_ecp_load() or mbedtls_ecp_tls_read_group()
+ * mbedtls_ecp_group_load() or mbedtls_ecp_tls_read_group()
486
* functions.
487
*/
488
void mbedtls_ecp_group_init( mbedtls_ecp_group *grp );
0 commit comments