[En-Nut-Discussion] include/crypto/bigint.h vs ./include/contrib/crypto/bigint.h

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Thu Apr 24 12:15:28 CEST 2014


Hello,

I added some GPL contrib in my private branches and so added
LICENSE_GPL3 = ""
in my config. I know the contrib directories compiled before, but now
I get tons of errors like:
contrib/arm-crypto-lib/bigint/bigint.c:130:18: error: unknown type name
'bigint_t'

Harald moved Thu Jan 24 12:23:51 2013 +0000
 nut/include/contrib/crypto/bigint.h | 76 ++++++++++++++++++++++++++++++++++
 nut/include/crypto/bigint.h         | 76 ---------------------------------

and Ole added Sun Mar 23 22:55:58 2014 +0000
nut/include/crypto/bigint.h | 98 +++++++++++

nut/include/crypto/bigint.h   doesn't define bigint_t and so

but also changed before  Fri Oct 25 20:18:33 2013 +0000
--- a/nut/contrib/arm-crypto-lib/bigint/bigint.c
+++ b/nut/contrib/arm-crypto-lib/bigint/bigint.c
-#include "bigint.h"
+#include <crypto/bigint.h>

Now the new nut/include/crypto/bigint.h is included having no definition of
bigint_t.

Bye
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------


More information about the En-Nut-Discussion mailing list