mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-07 13:22:46 +00:00
Code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
58c80f4d92
commit
1ab0b48ac3
@ -39,10 +39,10 @@
|
||||
|
||||
#if !defined(MBEDTLS_CT_ASM)
|
||||
/*
|
||||
* 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
|
||||
* the implementation").
|
||||
*/
|
||||
* 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
|
||||
* the implementation").
|
||||
*/
|
||||
volatile mbedtls_ct_uint_t mbedtls_ct_zero = 0;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user