X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fsha1.c;h=05b17a259a66e9b66d2a6e62222dc5a51340385e;hb=0ca5836cea14d1804fa9741190720a7d3177444a;hp=a121224855f4786f9ca92de5396bd1262301c6bc;hpb=612404c28a64a6df300642a1550a65dcc8e01f82;p=karo-tx-uboot.git diff --git a/lib/sha1.c b/lib/sha1.c index a121224855..05b17a259a 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -36,7 +36,7 @@ #include #endif /* USE_HOSTCC */ #include -#include "sha1.h" +#include /* * 32-bit integer manipulation macros (big endian) @@ -389,8 +389,6 @@ void sha1_hmac(const unsigned char *key, int keylen, memset (&ctx, 0, sizeof (sha1_context)); } -static const char _sha1_src[] = "_sha1_src"; - #ifdef SELF_TEST /* * FIPS-180-1 test vectors