<div dir="ltr">I see that localoptions.h now can be used to enable/disable options which are in default_options.h and sysoptions.h... nice<div><br></div><div>There is a wrong definition in the default_options.h</div><div><div>/* Whether to support &quot;-c&quot; and &quot;-m&quot; flags to choose ciphers/MACs at runtime */</div><div>#ifndef ENABLE_USER_ALGO_LIST</div><div>#define ENABLE_USER_ALGO_LIST 1</div><div>#endif</div></div><div><br></div><div>Should beĀ </div><div><div>/* Whether to support &quot;-c&quot; and &quot;-m&quot; flags to choose ciphers/MACs at runtime */</div><div>#ifndef DROPBEAR_USER_ALGO_LIST</div><div>#define DROPBEAR_USER_ALGO_LIST 1</div><div>#endif</div></div><div><br></div><div><br></div><div>Hans</div><div><br></div><div><br></div></div>