X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fubsha1.c;h=625e13f90c75c91afeba0eed29051a2ab920290e;hb=2c51983b810d73946f653a4385c65a8b7babbbe1;hp=9774eea32e59ff94c21336e825dab88bdbe19a60;hpb=23b5b1d3e1e33e9650cc7a4e09901272a3811c64;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];