mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 17:44:22 +01:00
ct_lt_mpi_uint: make use of biL
This commit is contained in:
parent
8faf1d627b
commit
a830377142
@ -1094,7 +1094,7 @@ static unsigned ct_lt_mpi_uint( const mbedtls_mpi_uint x,
|
|||||||
ret |= y & cond;
|
ret |= y & cond;
|
||||||
|
|
||||||
|
|
||||||
ret = ret >> ( sizeof( mbedtls_mpi_uint ) * 8 - 1 );
|
ret = ret >> ( biL - 1 );
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user