mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-06 02:03:09 +08:00

There is little point in leaving the order in which drivers are considered unspecified. This gives flexibility to the implementation for a process that is generally performed at build time, not in a constrained environment. Having a well-defined order is especially useful with fallback. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>