From: asterix Date: Tue, 5 Oct 2010 08:34:13 +0000 (+0000) Subject: Fix missing header. Add blowfish source to run_test script. X-Git-Tag: 2.6.0~5^2~118 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=cf9368f8ed6e2178de948bf21de494347cf8f02e Fix missing header. Add blowfish source to run_test script. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4402 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/sec/cipher/blowfish_test.c b/bertos/sec/cipher/blowfish_test.c index 2e0ba1e5..5a2ba230 100644 --- a/bertos/sec/cipher/blowfish_test.c +++ b/bertos/sec/cipher/blowfish_test.c @@ -36,6 +36,10 @@ */ #include "blowfish.h" + +#include +#include + #include #include diff --git a/test/run_tests.sh b/test/run_tests.sh index c33f00e2..9a479899 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -65,6 +65,7 @@ SRC_LIST=" bertos/io/kblock_ram.c bertos/io/kblock_posix.c bertos/io/kfile.c + bertos/sec/cipher/blowfish.c " buildout='/dev/null'