<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Peter,<div class=""><br class=""></div><div class="">Thank you for the patch. I think this should be solved in the hg tree but it didn't make it into the 2016.74 release.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/mkj/dropbear/commit/3aeb55719633108471564b6780fe735c897a368a" class="">https://github.com/mkj/dropbear/commit/3aeb55719633108471564b6780fe735c897a368a</a></div><div class=""><br class=""></div><div class=""><div class="">I'll see if I can get a release sorted out in the next few weeks.&nbsp;</div></div><div class="">Current hg/git head has some large changes to options.h handling which haven't been tested much.</div><div class="">I may make a smaller cherry picked release first with accumulated patches, with a separate release for options.h changes.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Matt</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Tue 9/5/2017, at 8:34 pm, Peter Krefting &lt;<a href="mailto:peter@softwolves.pp.se" class="">peter@softwolves.pp.se</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Fixes issues with libtomcrypt and libtommath not finding config.h when<br class="">building out-of-tree.<br class=""><br class="">---<br class=""> libtomcrypt/Makefile.in | 2 +-<br class=""> libtommath/Makefile.in &nbsp;| 2 +-<br class=""> 2 files changed, 2 insertions(+), 2 deletions(-)<br class=""><br class="">diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in<br class="">index 3056ef0..40dea1a 100644<br class="">--- a/libtomcrypt/Makefile.in<br class="">+++ b/libtomcrypt/Makefile.in<br class="">@@ -19,7 +19,7 @@ srcdir=@srcdir@<br class=""><br class=""> # Compilation flags. Note the += does not write over the user's CFLAGS!<br class=""> # The rest of the flags come from the parent Dropbear makefile<br class="">-CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE -I$(srcdir)/../libtommath/<br class="">+CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE -I$(srcdir)/../libtommath/ -I../<br class=""><br class=""> # additional warnings (newer GCC 3.4 and higher)<br class=""> ifdef GCC_34<br class="">diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in<br class="">index 06aba68..f6e34c2 100644<br class="">--- a/libtommath/Makefile.in<br class="">+++ b/libtommath/Makefile.in<br class="">@@ -9,7 +9,7 @@ VPATH=@srcdir@<br class=""> srcdir=@srcdir@<br class=""><br class=""> # So that libtommath can include Dropbear headers for options and m_burn()<br class="">-CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../<br class="">+CFLAGS += -I$(srcdir)/ -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ -I../<br class=""><br class=""> ifndef IGNORE_SPEED<br class=""><br class="">-- <br class="">2.12.0<br class=""></div></div></blockquote></div><br class=""></div></body></html>