1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Fixed comments / typos

This commit is contained in:
Paul Bakker
2012-11-07 20:05:38 +00:00
parent 77db6ce348
commit 096348fa79
6 changed files with 6 additions and 14 deletions

View File

@ -1212,10 +1212,6 @@ cleanup:
/*
* Division by int: A = Q * b + R
*
* Returns 0 if successful
* 1 if memory allocation failed
* POLARSSL_ERR_MPI_DIVISION_BY_ZERO if b == 0
*/
int mpi_div_int( mpi *Q, mpi *R, const mpi *A, t_sint b )
{