mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Documented error codes properly
This commit is contained in:
parent
ae180d0f20
commit
7cfcea349c
2 changed files with 15 additions and 6 deletions
|
|
@ -158,8 +158,6 @@ cleanup:
|
|||
|
||||
/*
|
||||
* Doubling: R = 2 * P, generic case (P != 0, R != 0)
|
||||
*
|
||||
* Returns POLARSSL_ERR_MPI_XXX on error.
|
||||
*/
|
||||
static int ecp_double_generic( const ecp_group *grp, ecp_point *R,
|
||||
const ecp_point *P )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue