call the correct decrypt function in aes_cbc_cipher()
authorjsg <jsg@openbsd.org>
Thu, 17 Apr 2014 07:23:14 +0000 (07:23 +0000)
committerjsg <jsg@openbsd.org>
Thu, 17 Apr 2014 07:23:14 +0000 (07:23 +0000)
commit0b8aa3229b80e7acb600eed22f01aa2b70de39b0
tree399264b0c8a559f0b10472638ab1c4d84961408c
parent4ecb0ac85efb0fb8a6ca05ee00a7dbd657e93457
call the correct decrypt function in aes_cbc_cipher()

From:

commit e9c80e04c1a3b5a0de8e666155ab4ecb2697a77d
Author: Andy Polyakov <appro@openssl.org>
Date:   Wed Dec 18 21:42:46 2013 +0100

    evp/e_[aes|camellia].c: fix typo in CBC subroutine.

    It worked because it was never called.

Our e_camellia.c does not have this problem.

ok miod@ deraadt@
lib/libcrypto/evp/e_aes.c
lib/libssl/src/crypto/evp/e_aes.c