CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/07/18 20:26:32

Modified files:
        lib/libssl/src/crypto/aes/asm: aesni-sha1-x86_64.pl 
                                       aesni-x86_64.pl 
        lib/libssl/src/crypto/perlasm: x86_64-xlate.pl 

Log message:
Remove the logic responsible for outputting most AES-NI instructions as
raw byte sequences. The toolchains have had some time to update and assemble
the instructions correctly (except for p{ins,ext}rd which are not supported
yet by as(1) under OpenBSD, but will be fixed shortly).

Inspired by a discussion between tedu@ and John-Mark Gurney.
Verified to still work on Mac OS X and average Linux distros by bcook@

Reply via email to