Searched hist:f1d087b912c61f23685fcfc1bf61dfce517d89f3 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/crypto/ |
H A D | aegis128-core.c | diff f1d087b912c61f23685fcfc1bf61dfce517d89f3 Thu Aug 22 09:41:38 CDT 2019 YueHaibing <yuehaibing@huawei.com> 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>
|
H A D | aegis.h | diff f1d087b912c61f23685fcfc1bf61dfce517d89f3 Thu Aug 22 09:41:38 CDT 2019 YueHaibing <yuehaibing@huawei.com> 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>
|