commit | 6e8f972fc3fb03797abb88feee6704dccada93f6 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jul 08 09:39:39 2020 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 16 21:49:04 2020 +1000 |
tree | bb72c88bc85931c4aa2de72709e1869ae1a6d146 | |
parent | e79a31715193686e92dadb4caedfbb1f5de3659c [diff] |
crypto: sparc - rename sha256 to sha256_alg To avoid a naming collision when we add a sha256() library function, rename the "sha256" static variable in sha256_glue.c to "sha256_alg". For consistency, also rename "sha224" to "sha224_alg". Reported-by: kernel test robot <lkp@intel.com> Cc: sparclinux@vger.kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>