mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Bignum Mod: improve documentation and style
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@@ -203,7 +203,6 @@ int mbedtls_mpi_mod_read( mbedtls_mpi_mod_residue *r,
|
||||
{
|
||||
int ret = MBEDTLS_ERR_MPI_BAD_INPUT_DATA;
|
||||
|
||||
|
||||
/* Do our best to check if r and m have been set up */
|
||||
if( r->limbs == 0 || m->limbs == 0 )
|
||||
goto cleanup;
|
||||
|
||||
Reference in New Issue
Block a user