mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-28 00:35:21 +00:00
38b4e1761d
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>