commit | c4e90650ff0cbf123ec9cfc32026fa0fb2931658 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Thu Apr 19 18:41:53 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Apr 28 16:09:41 2018 +0800 |
tree | d0599caa47a2918b45697297667eb283cc914c86 | |
parent | ce05ffe10457bda487fa049016a6ba79934bdece [diff] |
crypto: crypto4xx - avoid VLA use This patch fixes some of the -Wvla warnings. crypto4xx_alg.c:83:19: warning: Variable length array is used. crypto4xx_alg.c:273:56: warning: Variable length array is used. crypto4xx_alg.c:380:32: warning: Variable length array is used. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>