X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fsha1.c;h=05b17a259a66e9b66d2a6e62222dc5a51340385e;hb=3e5ce7ceeb940926518378ff31913b263d41c354;hp=a121224855f4786f9ca92de5396bd1262301c6bc;hpb=612404c28a64a6df300642a1550a65dcc8e01f82;p=u-boot 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