commit | f1d087b912c61f23685fcfc1bf61dfce517d89f3 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Aug 22 22:41:38 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 30 18:05:30 2019 +1000 |
tree | 1fb0f43e9776e2ece116974fb2947369657eed83 | |
parent | 6796c02a4b7ef3761df040db4905227ddf8dac77 [diff] |
crypto: aegis128 - Fix -Wunused-const-variable warning crypto/aegis.h:27:32: warning: crypto_aegis_const defined but not used [-Wunused-const-variable=] crypto_aegis_const is only used in aegis128-core.c, just move the definition over there. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>