Hanno Becker 9de97d7773 Don't use multiline comments in enums to silence check-names.sh
The sanity checking script tests/scripts/check-names.sh uses a
simple state machine paired with a sequence of `sed` commands to
extract enumeration constants from the code. This code, however,
doesn't work properly when using multiline comments in enumerations
such as recently done in the constants MBEDTLS_CIPHER_PSA_KEY_XXX.

This commit doesn't attempt to make check-names.sh more robust
but instead uses /* ... */ comment indicators in each comment line,
while silences check-names.sh.

Increasing the robustness of check-names.sh is instead tracked
in #2210.
2018-11-22 16:33:01 +00:00
..
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-10-15 13:22:41 +02:00
2018-05-15 09:21:57 +01:00
2018-11-09 15:01:07 +00:00
2018-11-09 13:57:37 +00:00
2018-11-09 15:01:07 +00:00
2018-08-14 16:08:38 +01:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00
2018-07-24 16:43:20 +01:00
2018-11-09 15:01:07 +00:00
2018-11-22 16:27:57 +00:00
2018-11-09 15:01:07 +00:00
2018-11-09 15:01:07 +00:00