mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
@ -39,10 +39,10 @@
|
|||||||
|
|
||||||
#if !defined(MBEDTLS_CT_ASM)
|
#if !defined(MBEDTLS_CT_ASM)
|
||||||
/*
|
/*
|
||||||
* Define an object with the value zero, such that the compiler cannot prove that it
|
* Define an object with the value zero, such that the compiler cannot prove that it
|
||||||
* has the value zero (because it is volatile, it "may be modified in ways unknown to
|
* has the value zero (because it is volatile, it "may be modified in ways unknown to
|
||||||
* the implementation").
|
* the implementation").
|
||||||
*/
|
*/
|
||||||
volatile mbedtls_ct_uint_t mbedtls_ct_zero = 0;
|
volatile mbedtls_ct_uint_t mbedtls_ct_zero = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user