]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/sha1.c
m68k: cache: add an empty stub functions for invalidate/flush dcache
[karo-tx-uboot.git] / lib / sha1.c
index a121224855f4786f9ca92de5396bd1262301c6bc..05b17a259a66e9b66d2a6e62222dc5a51340385e 100644 (file)
@@ -36,7 +36,7 @@
 #include <string.h>
 #endif /* USE_HOSTCC */
 #include <watchdog.h>
-#include "sha1.h"
+#include <u-boot/sha1.h>
 
 /*
  * 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