eccd888717
Rename identifiers containing double-underscore (`__`) to avoid `__`. The reason to avoid double-underscore is that all identifiers containing double-underscore are reserved in C++. Rename all such identifiers that appear in any public header, including ssl_internal.h which is in principle private but in practice is installed with the public headers. This commit makes check-names.sh pass. ``` perl -i -pe 's/\bMBEDTLS_SSL__ECP_RESTARTABLE\b/MBEDTLS_SSL_ECP_RESTARTABLE_ENABLED/g; s/\bMBEDTLS_KEY_EXCHANGE_(_\w+)_(_\w+)\b/MBEDTLS_KEY_EXCHANGE${1}${2}/g' include/mbedtls/*.h library/*.c programs/*/*.c scripts/data_files/rename-1.3-2.0.txt tests/suites/*.function ``` |
||
---|---|---|
.. | ||
error.fmt | ||
query_config.fmt | ||
rename-1.3-2.0.txt | ||
version_features.fmt | ||
vs6-app-template.dsp | ||
vs6-main-template.dsp | ||
vs6-workspace-template.dsw | ||
vs2010-app-template.vcxproj | ||
vs2010-main-template.vcxproj | ||
vs2010-sln-template.sln |