Fix missing header. Add blowfish source to run_test script.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Oct 2010 08:34:13 +0000 (08:34 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Oct 2010 08:34:13 +0000 (08:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4402 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/sec/cipher/blowfish_test.c
test/run_tests.sh

index 2e0ba1e53d17cf15c63d4f24793b4214d27bd260..5a2ba230f23c1a634a9ff32102c6c70764235e7f 100644 (file)
  */
 
 #include "blowfish.h"
+
+#include <cfg/debug.h>
+#include <cfg/test.h>
+
 #include <cpu/byteorder.h>
 #include <string.h>
 
index c33f00e2a3ed3d3cdc3a53ca60ca1bc42573f458..9a479899a0a8d11a6fe08b7d0749bd59b7725ee5 100755 (executable)
@@ -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'