eng_devcrypto: close session on cleanup, not final
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Mon, 5 Nov 2018 17:59:44 +0000 (15:59 -0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Dec 2018 12:19:26 +0000 (13:19 +0100)
commita67203a19d379a8cc8b369587c60c46eb4e19014
tree03cdc4786a005d812b99475d01807050da5dde76
parentae8183690fa53b978d4647563f5a521c4cafe94c
eng_devcrypto: close session on cleanup, not final

Close the session in digest_cleanup instead of digest_final.  A failure
in closing the session does not mean a previous successful digest final
has failed as well.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7585)
crypto/engine/eng_devcrypto.c