mbedtls/scripts/data_files
Gilles Peskine eccd888717 Rename identifiers containing double-underscore
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
```
2020-03-23 17:55:32 +01:00
..
error.fmt Remove duplicate include statement 2019-12-19 10:27:57 +00:00
query_config.fmt Revert "Remove unused TLS, NET, and X.509 files" 2020-03-19 13:36:33 +01:00
rename-1.3-2.0.txt Rename identifiers containing double-underscore 2020-03-23 17:55:32 +01:00
version_features.fmt Making version features easily ROM-able when using Arm C compiler. 2019-06-12 12:26:37 +02:00
vs6-app-template.dsp Add missing VS project files, generated by script 2013-09-18 14:34:33 +02:00
vs6-main-template.dsp Rename in visual C script and templates 2015-01-26 16:44:38 +00:00
vs6-workspace-template.dsw Add VS6 workspace to update-vs-apps.pl 2014-05-22 13:52:50 +02:00
vs2010-app-template.vcxproj Don't hard-code include paths in templates 2020-02-26 14:37:07 +01:00
vs2010-main-template.vcxproj Don't hard-code include paths in templates 2020-02-26 14:37:07 +01:00
vs2010-sln-template.sln Rename in visual C script and templates 2015-01-26 16:44:38 +00:00