mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Fix doxygen return parameter spelling
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
3e0769b598
commit
37dabd540b
@ -346,7 +346,7 @@ void mbedtls_mpi_mod_raw_add(mbedtls_mpi_uint *X,
|
|||||||
* is unspecified.
|
* is unspecified.
|
||||||
* \param[in] N The modulus structure.
|
* \param[in] N The modulus structure.
|
||||||
*
|
*
|
||||||
*\ return \c 0 if successful.
|
* \return \c 0 if successful.
|
||||||
* Otherwise an \c MBEDTLS_ERR_MPI_xxx error code.
|
* Otherwise an \c MBEDTLS_ERR_MPI_xxx error code.
|
||||||
*/
|
*/
|
||||||
int mbedtls_mpi_mod_raw_canonical_to_modulus_rep(
|
int mbedtls_mpi_mod_raw_canonical_to_modulus_rep(
|
||||||
@ -363,7 +363,7 @@ int mbedtls_mpi_mod_raw_canonical_to_modulus_rep(
|
|||||||
* is unspecified.
|
* is unspecified.
|
||||||
* \param[in] N The modulus structure.
|
* \param[in] N The modulus structure.
|
||||||
*
|
*
|
||||||
*\ return \c 0 if successful.
|
* \return \c 0 if successful.
|
||||||
* Otherwise an \c MBEDTLS_ERR_MPI_xxx error code.
|
* Otherwise an \c MBEDTLS_ERR_MPI_xxx error code.
|
||||||
*/
|
*/
|
||||||
int mbedtls_mpi_mod_raw_modulus_to_canonical_rep(
|
int mbedtls_mpi_mod_raw_modulus_to_canonical_rep(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user