mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
fix whitespace
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
57080461f7
commit
5cab9dafb7
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ void ecp_check_order( int id, char * expected_order_hex )
|
|||
// check sign bits are well-formed (i.e. 1 or -1) - see #5810
|
||||
TEST_ASSERT( grp.N.s == -1 || grp.N.s == 1);
|
||||
TEST_ASSERT( expected_n.s == -1 || expected_n.s == 1);
|
||||
|
||||
|
||||
TEST_ASSERT( mbedtls_mpi_cmp_mpi( &grp.N, &expected_n ) == 0 );
|
||||
|
||||
exit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue