mbedtls/include
Manuel Pégourié-Gonnard 1f7f7172dc Document existing dependency of MD_C
Trying to compile MD_C without any of the hash modules would result in a
bunch of unused parameter warning (hence errors in -Werror builds).

We could silence those warnings by casting the parameters to void, but
still, compiling the module in such a configuration would mean all of
its functions are useless (always returning an error).

Seems better to just document the dependency.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-07-18 12:49:20 +02:00
..
mbedtls Document existing dependency of MD_C 2022-07-18 12:49:20 +02:00
psa Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 2022-07-01 12:21:17 +02:00
.gitignore
CMakeLists.txt Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00