mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-30 15:23:24 +02:00
Don't interleave defining functions with running some code. The only exception is calling shopt, which needs to come first as it affects how the following function definitions are parsed. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>