From: Jeroen Hofstee Date: Thu, 10 Jul 2014 18:12:45 +0000 (+0200) Subject: lib:sha1: remove unused constant X-Git-Tag: accepted/tizen/4.0/unified/20171218.072035~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=853a0f62d969a6f33f3e9a2162ad2bb1cd305394;hp=8425d14bc2e8a8c60d189ee4534eb5e7bcc76de8;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git lib:sha1: remove unused constant This prevents a clang warning. Signed-off-by: Jeroen Hofstee [sw0312.kim: cherry-pick from mainline commit 6b13f0c050c7 to fix build warning] Signed-off-by: Seung-Woo Kim Change-Id: I288fa12a608c09194a5165070fa4bbc011b0a1a3 --- diff --git a/lib/sha1.c b/lib/sha1.c index da5bc16..49b1f4c 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -386,8 +386,6 @@ void sha1_hmac (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