mbedtls/docs
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
..
3.0-migration-guide.d Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
architecture Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
proposed Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
.gitignore Add a directory for proposed specifications 2020-07-13 13:27:42 +02:00
3.0-migration-guide.md Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
getting_started.md Rename output buffer size macros 2021-01-21 13:17:25 +01:00
PSACryptoDriverModelSpec.pdf Add generated documentation for mbedcrypto-0.1.0b 2018-11-26 17:21:23 +00:00