From c0d8dda60d3afb945149209037e9ad1997933694 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 e4185ae0a..edf2e48e9 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 )