mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-30 17:48:17 +08:00

Workaround for CI error: Parsing source code... Compiling... ============= All symbols in header: PASS Naming patterns of public_macros: PASS Naming patterns of internal_macros: PASS Naming patterns of enum_consts: FAIL > include/psa/crypto_extra.h:1857: 'return' does not match the required pattern '^(MBEDTLS|PSA)_[0-9A-Z_]*[0-9A-Z]$'. | 1857 | return cipher_suite->algorithm; | ^^^^^^ Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>