mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-06 09:54:06 +02:00
Refactor the MBEDTLS_DEPRECATED macro to be in front of the function name rather than on its own line after the function arguments. If it is placed on its own line, Uncrustify moves it to the start of the line which causes check_names.py to think it is an identifier. As a result check_names.py doesn't treat it as a macro name and it gets detected as a typo. Signed-off-by: David Horstmann <david.horstmann@arm.com>