mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
The last line of programs/psa/key_ladder_demo.c is of the following
form:
#endif /* Very long comment ... */
Uncrustify tries to reduce the length:
#endif \
/* Very long comment ... */
and causes a compiler error as there is a continuation line with no
actual code in it. Work around this by linewrapping the comment
in advance.
Signed-off-by: David Horstmann <david.horstmann@arm.com>
|
||
|---|---|---|
| .. | ||
| aead_demo.c | ||
| CMakeLists.txt | ||
| crypto_examples.c | ||
| hmac_demo.c | ||
| key_ladder_demo.c | ||
| key_ladder_demo.sh | ||
| psa_constant_names.c | ||