aes_gcm_cleanup() should check that gctx != NULL before
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 1 Jan 2017 13:53:33 +0000 (14:53 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Feb 2017 09:19:16 +0000 (09:19 +0000)
commit166e365ed84dfabec3274baf8a9ef8aa4e677891
treeafc079ec5c92837baaf00d254425f1fb5f258d9e
parent1222d273d36277f56c3603a757240c386d55f318
aes_gcm_cleanup() should check that gctx != NULL before
calling OPENSSL_cleanse()

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2149)
crypto/evp/e_aes.c