diff options
author | Behan Webster <behanw@converseincode.com> | 2014-04-04 18:18:00 -0300 |
---|---|---|
committer | Behan Webster <behanw@converseincode.com> | 2014-10-14 10:51:23 +0200 |
commit | 7128470f6b21b922b42f790d429330562eb6eab1 (patch) | |
tree | f996e4200d42154b6252bafee1effe975918de94 /mm | |
parent | 61ded52438d5fdc4dea87f823c455f8ac1e426df (diff) | |
download | op-kernel-dev-7128470f6b21b922b42f790d429330562eb6eab1.zip op-kernel-dev-7128470f6b21b922b42f790d429330562eb6eab1.tar.gz |
crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c
Replaced the use of a Variable Length Array In Struct (VLAIS) with a C99
compliant equivalent. This patch allocates the appropriate amount of memory
using a char array using the SHASH_DESC_ON_STACK macro.
The new code can be compiled with both gcc and clang.
Signed-off-by: Behan Webster <behanw@converseincode.com>
Reviewed-by: Mark Charlebois <charlebm@gmail.com>
Reviewed-by: Jan-Simon Möller <dl9pf@gmx.de>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions