Make mbedtls_ct_uchar_mask_of_range function static

Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2021-12-08 16:20:39 +01:00
parent f554ce21b8
commit df29332d4b
+1
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 )