[En-Nut-Discussion] Include files for contrib directory
bon at elektron.ikp.physik.tu-darmstadt.de
bon at elektron.ikp.physik.tu-darmstadt.de
Wed Sep 18 16:52:59 CEST 2013
Hello,
I tried to compile Marcin's config. It contain LICENSE_GPL3 = "" and so the
contrib directory is compiled. But it choked there.
E.g. nut/contrib/arm-crypto-lib/aes/aes_dec.c does
#include "gf256mul.h"
#include "aes.h"
#include "aes_invsbox.h"
#include "aes_dec.h"
and the include files are in
include/contrib/crypto
The include files mostly use
#include <crypto/aes_types.h>
#include <crypto/aes128_enc.h>
#include <crypto/aes192_enc.h>
So probably
#include "aes_dec.h"
should be changed to
#include <crypto/aes.h>
and the include path should be extended for ../include/contrib.
However I didn't find a way to do so. Any hints?
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