1
0
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:
Manuel Pégourié-Gonnard
2012-11-05 10:06:12 +01:00
committed by Paul Bakker
parent ae180d0f20
commit 7cfcea349c
2 changed files with 15 additions and 6 deletions

View File

@ -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 )