mbedtls/docs/architecture
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
..
testing Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
alternative-implementations.md Give examples of PLATFORM_XXX_ALT 2021-06-15 00:14:28 +02:00
Makefile New test strategy document: invasive testing 2020-03-24 22:56:15 +01:00
mbed-crypto-storage-specification.md Update changelog entry, format specification, and correct test vectors 2020-10-21 11:17:09 +02:00
psa-crypto-implementation-structure.md Fix typo in architecture docs 2021-04-19 23:56:25 +02:00
tls13-experimental.md Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00