X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fsec%2Fcipher%2Fblowfish_test.c;h=ab60babc4774415513316b8d769c3f750dc88a24;hb=088cc866a57a0402f6ba3f232fcf8f59c79626d1;hp=20b8f66eb394975008e2e3892aaaa7fe9ee8f13c;hpb=e71edb195539ce8bd2c76cf54048f33a1e6d66be;p=bertos.git diff --git a/bertos/sec/cipher/blowfish_test.c b/bertos/sec/cipher/blowfish_test.c index 20b8f66e..ab60babc 100644 --- a/bertos/sec/cipher/blowfish_test.c +++ b/bertos/sec/cipher/blowfish_test.c @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2010 Develer S.r.l. (http://www.develer.com/) * * --> * @@ -36,7 +36,12 @@ */ #include "blowfish.h" + +#include +#include + #include +#include /* * Author : Randy L. Milbert