CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/17 01:23:14
Modified files:
lib/libssl/src/crypto/evp: e_aes.c
Log message:
call the correct decrypt function in aes_cbc_cipher()
From:
commit e9c80e04c1a3b5a0de8e666155ab4ecb2697a77d
Author: Andy Polyakov <[email protected]>
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@
