mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 05:54:23 +01:00
Make mbedtls_ct_uchar_mask_of_range function static
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
f554ce21b8
commit
df29332d4b
@ -160,6 +160,7 @@ size_t mbedtls_ct_size_mask_ge( size_t x,
|
|||||||
*
|
*
|
||||||
* Constant flow with respect to c.
|
* Constant flow with respect to c.
|
||||||
*/
|
*/
|
||||||
|
MBEDTLS_STATIC_TESTABLE
|
||||||
unsigned char mbedtls_ct_uchar_mask_of_range( unsigned char low,
|
unsigned char mbedtls_ct_uchar_mask_of_range( unsigned char low,
|
||||||
unsigned char high,
|
unsigned char high,
|
||||||
unsigned char c )
|
unsigned char c )
|
||||||
|
Loading…
Reference in New Issue
Block a user