X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=main.c;fp=main.c;h=451b87dba0a95145ca920c0b972d0ba88ca8d9ef;hp=dcc2f19b3bdbae5deb1669ecdc9a8e8eb75b6796;hb=59cd61cee0ebb13ed425654f9de96652c167c5cd;hpb=505298a9ae4bdce58a448aea253f7bf24b069406 diff --git a/main.c b/main.c index dcc2f19..451b87d 100644 --- a/main.c +++ b/main.c @@ -27,6 +27,7 @@ Copyright (C) 2009 John Kelley #include "irq.h" #include "usb/core/core.h" #include "usb/drivers/class/hid.h" +#include "sha1.h" #include "hollywood.h" #define MINIMUM_MINI_VERSION 0x00010001 @@ -162,6 +163,14 @@ int main(void) } } +#if 0 + printf("===============================\n"); + + SHA1TestCases(); + + printf("bye, world!\n"); +#endif + return 0; }