mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-14 16:08:46 +02:00
Make list-identifiers deal with deprecation tags by treating the `MBEDTLS_DEPRECATED` attribute as an identifier. Treat `MBEDTLS_DEPRECATED` the same as one would `struct` on a function that returned a `struct` (e.g. `struct something do_action(int param)`)