<div dir="ltr"><div><div>Currently some settings are checked with  #ifdef  instead of #if :</div><div><br></div><div></div></div><div>INETD_MODE and NON_INETD_MODE  in svr-main.c  </div><div>DO_MOTD   in svr-chansession.c and svr-runopts.c<br></div><div><div><div>DROPBEAR_RSA and DROPBEAR_DSS  in keyimport.c<br></div><div>DROPBEAR_CLI_PUBKEY_AUTH  in cli-runopts.c<br></div><div></div></div><div><br></div><div>Hans</div><div><br></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 3, 2016 at 7:56 PM, Hans Harder <span dir="ltr">&lt;<a href="mailto:hans@atbas.org" target="_blank">hans@atbas.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>Hans</div><div><br></div><div><br></div></font></span></div>
</blockquote></div><br></div>