wrong definition in default_options.h

Hans Harder hans at atbas.org
Thu Aug 4 01:56:35 AWST 2016


I see that localoptions.h now can be used to enable/disable options which
are in default_options.h and sysoptions.h... nice

There is a wrong definition in the default_options.h
/* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime
*/
#ifndef ENABLE_USER_ALGO_LIST
#define ENABLE_USER_ALGO_LIST 1
#endif

Should be
/* Whether to support "-c" and "-m" flags to choose ciphers/MACs at runtime
*/
#ifndef DROPBEAR_USER_ALGO_LIST
#define DROPBEAR_USER_ALGO_LIST 1
#endif


Hans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ucc.gu.uwa.edu.au/pipermail/dropbear/attachments/20160803/207a963b/attachment.htm 


More information about the Dropbear mailing list