Make mbedtls_ct_uchar_mask_of_range function static

Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2021-11-26 17:20:36 +01:00
parent d77b86cc5b
commit c0d8dda60d
+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 )