mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-15 06:39:56 +00:00
Fix mbedtls_ct_size_if_else_0 docs
Co-authored-by: Tom Cosgrove <[email protected]> Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
co-authored by
Tom Cosgrove
parent
38b227c16b
commit
b364a22adf
@@ -325,7 +325,7 @@ static inline mbedtls_mpi_uint mbedtls_ct_mpi_uint_if(mbedtls_ct_condition_t con
|
||||
*/
|
||||
static inline unsigned mbedtls_ct_uint_if_else_0(mbedtls_ct_condition_t condition, unsigned if1);
|
||||
|
||||
/** Choose between an unsigned value and 0.
|
||||
/** Choose between a size_t value and 0.
|
||||
*
|
||||
* Functionally equivalent to:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user