mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-29 17:31:49 +08:00

ssl-opt.sh checks whether the client, server and proxy commands are names of executable files, forbidding the use of default arguments by by e.g. setting P_SRV="ssl_server2 debug_level=3". This commit relaxes this check, only considering the part of the command string prior to the first whitespace.