X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fubsha1.c;h=625e13f90c75c91afeba0eed29051a2ab920290e;hb=3d7c8cf5ecc880be03385ae839913dc060af21a0;hp=9774eea32e59ff94c21336e825dab88bdbe19a60;hpb=cb32ed1fc298875845f166d326a3f2704a0d5364;p=u-boot diff --git a/tools/ubsha1.c b/tools/ubsha1.c index 9774eea32e..625e13f90c 100644 --- a/tools/ubsha1.c +++ b/tools/ubsha1.c @@ -31,14 +31,6 @@ #include #include "sha1.h" -#ifndef __ASSEMBLY__ -#define __ASSEMBLY__ /* Dirty trick to get only #defines */ -#endif -#include -#undef __ASSEMBLY__ - -extern void sha1_csum (unsigned char *input, int ilen, unsigned char output[20]); - int main (int argc, char **argv) { unsigned char output[20];