mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-17 12:10:43 -04: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>