From cf9368f8ed6e2178de948bf21de494347cf8f02e Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 5 Oct 2010 08:34:13 +0000 Subject: [PATCH] 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 --- bertos/sec/cipher/blowfish_test.c | 4 ++++ test/run_tests.sh | 1 + 2 files changed, 5 insertions(+) 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' -- 2.25.1