CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/30 07:40:02
Modified files:
lib/libssl/src/crypto/md5/asm: md5-x86_64.pl
lib/libssl/src/crypto/bn/asm: modexp512-x86_64.pl x86_64-mont.pl
lib/libssl/src/crypto/camellia/asm: cmll-x86_64.pl
lib/libssl/src/crypto/rc4/asm: rc4-md5-x86_64.pl rc4-x86_64.pl
lib/libssl/src/crypto/sha/asm: sha512-x86_64.pl
lib/libssl/src/crypto/whrlpool/asm: wp-x86_64.pl
Log message:
First pass at removing win64 support from the assembly generating Perl
scripts. We certainly do not need an identical copy of the win64
exception handler in each script (surely one copy would be sufficient).
ok miod@