mbedtls/programs/ssl
Bence Szépkúti bb0cfeb2d4 Rename config.h to mbedtls_config.h
This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^ChangeLog' | xargs sed -b -E -i '
s/((check|crypto|full|mbedtls|query)_config)\.h/\1\nh/g
s/config\.h/mbedtls_config.h/g
y/\n/./
'
mv include/mbedtls/config.h include/mbedtls/mbedtls_config.h
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:28:33 +01:00
..
CMakeLists.txt Remove PKCS#11 library wrapper. 2021-04-21 11:05:00 +02:00
dtls_client.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
dtls_server.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
mini_client.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_client1.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_client2.c Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export 2021-06-22 18:52:37 +02:00
ssl_context_info.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_fork_server.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_mail_client.c Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
ssl_pthread_server.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_server.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
ssl_server2.c Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export 2021-06-22 18:52:37 +02:00
ssl_test_common_source.c Fix return type of example key export callbacks 2021-06-21 09:33:02 +01:00
ssl_test_lib.c Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs 2021-05-21 18:10:44 +02:00
ssl_test_lib.h Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00