use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internals
authorIaroslav Gridin <voker57@gmail.com>
Sat, 29 Oct 2016 14:48:05 +0000 (17:48 +0300)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jan 2017 07:21:45 +0000 (08:21 +0100)
commitf61c5ca6ca183bf0a51651857e3efb02a98889ad
tree2aaa713f130ee26f7a3a6f557babe9435b053912
parent349b653a99ee37dbcead44a047d6d639c2906ccd
use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internals

by levitte

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1784)
crypto/engine/eng_cryptodev.c