commit | df29332d4bb3cce05ce84447e4f42d47f9b62fec | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Fri Nov 26 17:20:36 2021 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Wed Dec 08 16:20:39 2021 +0100 |
tree | 62c453789822d79d27427967c0fe153bb27488ba | |
parent | f554ce21b8e9c2686d95a9bd785b632e7aa50404 [diff] |
Make mbedtls_ct_uchar_mask_of_range function static Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c index 5bf594f..6fa69bb 100644 --- a/library/constant_time.c +++ b/library/constant_time.c
@@ -160,6 +160,7 @@ * * 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 )