Make mbedtls_ct_uchar_mask_of_range function static

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2021-11-26 17:20:36 +01:00
parent f554ce21b8
commit df29332d4b
No known key found for this signature in database
GPG Key ID: 106F5A41ECC305BD

View File

@ -160,6 +160,7 @@ size_t mbedtls_ct_size_mask_ge( size_t x,
*
* Constant flow with respect to c.
*/
MBEDTLS_STATIC_TESTABLE
unsigned char mbedtls_ct_uchar_mask_of_range( unsigned char low,
unsigned char high,
unsigned char c )