mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-28 19:13:28 +00:00
The "proper" fix would be to define the function only when it's needed, but the condition for that would be tedious to write (enumeration of all symmetric crypto modules) and since this is a utility program, not the core library, I think it's OK to keep unused functions. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>