mbedtls: make TU-local variable static
mbedtls_x509_crt_profile_fr is only used locally. This fixes a missing-variable-declarations warning with clang.
Loading
Please sign in to comment
WARNING! Gitlab maintenance operation scheduled for Saturday 28th March from 8 a.m. (CET) to approximately 3 p.m. (CET). GitLab will be unavailable during this time.
mbedtls_x509_crt_profile_fr is only used locally. This fixes a missing-variable-declarations warning with clang.