From df29332d4bb3cce05ce84447e4f42d47f9b62fec Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Fri, 26 Nov 2021 17:20:36 +0100 Subject: [PATCH] Make mbedtls_ct_uchar_mask_of_range function static Signed-off-by: Gabor Mezei --- library/constant_time.c | 1 + 1 file changed, 1 insertion(+) diff --git a/library/constant_time.c b/library/constant_time.c index 5bf594fdde..6fa69bb2cb 100644 --- a/library/constant_time.c +++ b/library/constant_time.c @@ -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 )