<html><head></head><body>Hi Bruno,<br>
<br>
This is fixed for the next release, you can get the change from <br>
<a href="https://secure.ucc.asn.au/hg/dropbear/rev/25692c60479e">https://secure.ucc.asn.au/hg/dropbear/rev/25692c60479e</a><br>
<br>
Cheers,<br>
Matt<br><br><div class="gmail_quote">On 10 July 2014 12:02:18 am AWST, Bruno Vernay &lt;brunovern.a@gmail.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi,<br /><br />I try to build a small Dropbear server (dropbear-2014.63)<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">From option.h, I commented out DROPBEAR_ECDSA and DROPBEAR_DSS and<br /></blockquote>other things ...<br /><br />make clean<br />./configure --disable-syslog --disable-shadow --disable-lastlog<br />--disable-zlib  --prefix=/mnt/rwfs/dropbear<br />--host=arm-fsl-linux-gnueabi  --build=i686-pc-linux-gnu     ARCH=arm<br />CROSS_COMPILE=arm-none-linux-gnueabi-   CC=arm-fsl-linux-gnueabi-gcc<br />LDFLAGS=-Wl,--gc-sections  CFLAGS="-ffunction-sections<br />-fdata-sections"<br />make PROGRAMS="dropbear"<br /><br />...<br />and I get this error:<br /><br />arm-fsl-linux-gnueabi-gcc -ffunction-sections -fdata-sections<br />-I./libtomcrypt/src/headers/ -I. -I.<br />-I/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/arm-fsl<br />             
    -linux-gnueabi/multi-libs/usr/include<br />-ffunction-sections -fdata-sections -DDROPBEAR_SERVER<br />-I/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/arm-fsl-linux-<br />                  gnueabi/multi-libs/usr/include  -c -o signkey.o<br />signkey.c<br />signkey.c: In function 'signkey_key_ptr':<br />signkey.c:110: error: 'DROPBEAR_SIGNKEY_ECDSA_NISTP256' undeclared<br />(first use in this function)<br />signkey.c:110: error: (Each undeclared identifier is reported only once<br />signkey.c:110: error: for each function it appears in.)<br />signkey.c:111: error: 'sign_key' has no member named 'ecckey256'<br />signkey.c:114: error: 'DROPBEAR_SIGNKEY_ECDSA_NISTP384' undeclared<br />(first use in this function)<br />signkey.c:115: error: 'sign_key' has no member named 'ecckey384'<br />signkey.c:118: error: 'DROPBEAR_SIGNKEY_ECDSA_NISTP521' undeclared<br />(first use in this function)<br />signkey.c:119: error: 'sign_key' has no member named
'ecckey521'<br />make: *** [signkey.o] Error 1<br /><br /><br />Any idea ??<br /></pre></blockquote></div></body></html>