mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 00:22:58 +00:00
Documented error codes properly
This commit is contained in:
committed by
Paul Bakker
parent
ae180d0f20
commit
7cfcea349c
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user