mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity
This commit is contained in:
parent
23986e5d5d
commit
a755ca1bbe
7 changed files with 73 additions and 72 deletions
|
|
@ -455,7 +455,7 @@ mpi_mod_int:radix_X:input_X:input_Y:input_A:div_result
|
|||
{
|
||||
mpi X;
|
||||
int res;
|
||||
t_int r;
|
||||
t_uint r;
|
||||
mpi_init(&X, NULL);
|
||||
|
||||
TEST_ASSERT( mpi_read_string( &X, {radix_X}, {input_X} ) == 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue