Skip to content
Snippets Groups Projects
Commit 6b13f0c0 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

lib:sha1: remove unused constant


This prevents a clang warning.
Signed-off-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
parent 3422299d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment