Fix dasync engine
authorMatt Caswell <matt@openssl.org>
Wed, 20 Feb 2019 11:11:04 +0000 (11:11 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 21 Feb 2019 09:43:57 +0000 (09:43 +0000)
commitebf7bd7f4b5200c4a0e7d86b1f13442e7a6154b6
treea298ce93940a7614390d66996abdbd7639a33fcd
parent143ee7b673b4544e3e749218548c8671c4414270
Fix dasync engine

The aes128_cbc_hmac_sha1 cipher in the dasync engine is broken. Probably
by commit e38c2e8535 which removed use of the "enc" variable...but not
completely.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8291)

(cherry picked from commit 695dd3a332fdd54b873fd0d08f9ae720141f24cd)
engines/e_dasync.c