From 97c2e5d4475a4687f947ef2b24d0629b2387053d Mon Sep 17 00:00:00 2001 From: William Smith Date: Sun, 13 Jan 2013 20:39:47 -0500 Subject: [PATCH] selftest: include camellia.h header file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Include camellia.h header file into selftest.c. This fixes the following warning: test/selftest.c:142: warning: implicit declaration of function ‘camellia_self_test’ --- programs/test/selftest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 8878069..3f2cf29 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -53,6 +53,7 @@ #include "tropicssl/aes.h" #include "tropicssl/base64.h" #include "tropicssl/bignum.h" +#include "tropicssl/camellia.h" #include "tropicssl/rsa.h" #include "tropicssl/x509.h" #include "tropicssl/xtea.h" -- 2.11.4.GIT