mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
lib:sha1: remove unused constant
This prevents a clang warning. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
3422299dc2
commit
6b13f0c050
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue