mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 18:08:43 +00: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.