Skip to content

Commit d2af46f

Browse files
committed
Fix typo in ECP alternative documentation
1 parent 855def1 commit d2af46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mbedtls/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,11 +414,11 @@
414414
* unsigned char mbedtls_internal_ecp_grp_capable(
415415
* const mbedtls_ecp_group *grp )
416416
* int mbedtls_internal_ecp_init( const mbedtls_ecp_group *grp )
417-
* void mbedtls_internal_ecp_deinit( const mbedtls_ecp_group *grp )
417+
* void mbedtls_internal_ecp_free( const mbedtls_ecp_group *grp )
418418
* The mbedtls_internal_ecp_grp_capable function should return 1 if the
419419
* replacement functions implement arithmetic for the given group and 0
420420
* otherwise.
421-
* The functions mbedtls_internal_ecp_init and mbedtls_internal_ecp_deinit are
421+
* The functions mbedtls_internal_ecp_init and mbedtls_internal_ecp_free are
422422
* called before and after each point operation and provide an opportunity to
423423
* implement optimized set up and tear down instructions.
424424
*

0 commit comments

Comments
 (0)