summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorJan-Simon Möller <dl9pf@gmx.de>2012-07-02 13:47:40 +0200
committerBehan Webster <behanw@converseincode.com>2014-10-14 10:51:23 +0200
commitfb1aeb41fa495bc1610865124614c0e57bc67490 (patch)
treee223c7cc710ac24b41e636236376288ac3c483ce /crypto/testmgr.c
parent7bcc8df7734e9db59a7430d5747714e4e0df503c (diff)
downloadlinux-crypto-fb1aeb41fa495bc1610865124614c0e57bc67490.tar.gz
linux-crypto-fb1aeb41fa495bc1610865124614c0e57bc67490.zip
crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.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: Jan-Simon Möller <dl9pf@gmx.de> Signed-off-by: Behan Webster <behanw@converseincode.com> Reviewed-by: Mark Charlebois <charlebm@gmail.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Cc: pageexec@freemail.hu
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions