> Fix two bugs in .Lcbc_slow_enc_in_place. > > - At end of .Lcbc_slow_enc_in_place, %r10 instead of $_len should be > set to 16. > - In .Lcbc_slow_enc_in_place, %rdi should be initialized before stosb.
Thanks. The problem is addressed but in different way, see http://cvs.openssl.org/chngview?cn=17698. > Signed-off-by: Huang Ying <ying.hu...@intel.com> > > --- > crypto/aes/asm/aes-x86_64.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > --- a/crypto/aes/asm/aes-x86_64.pl > +++ b/crypto/aes/asm/aes-x86_64.pl > @@ -1994,10 +1994,12 @@ AES_cbc_encrypt: ??? What is it for version you have? In CVS .Lcbc_slow_enc_in_place resided at line #1974! A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org