mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03: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