mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
9172c9c073
Wherever we have a requirement on foo>=N, install foo==N. This is for testing, to ensure that we don't accidentally depend on features that are not present in the minimum version we declare support for. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>