mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 01:25:28 -04:00
Remove module dependency
Elinimate macros defined by modules locally in the functions that are moving to the new constant-time module. Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
5a85442604
commit
84dc02c8f5
@ -1277,7 +1277,7 @@ static unsigned mbedtls_cf_mpi_uint_lt( const mbedtls_mpi_uint x,
|
|||||||
ret |= y & cond;
|
ret |= y & cond;
|
||||||
|
|
||||||
|
|
||||||
ret = ret >> ( biL - 1 );
|
ret = ret >> ( sizeof( mbedtls_mpi_uint ) * 8 - 1 );
|
||||||
|
|
||||||
return (unsigned) ret;
|
return (unsigned) ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user