First pass at removing win64 support from the assembly generating Perl
authorjsing <jsing@openbsd.org>
Wed, 30 Apr 2014 13:40:02 +0000 (13:40 +0000)
committerjsing <jsing@openbsd.org>
Wed, 30 Apr 2014 13:40:02 +0000 (13:40 +0000)
commit2a013aeabc2cd6f8d72c3819cabdd3e3d384d271
tree712b7f58a517596dfdde189da2660cb2a1c3ca13
parent3605276eec6adc470f26732c5e34cafc42780e61
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@
16 files changed:
lib/libcrypto/bn/asm/modexp512-x86_64.pl
lib/libcrypto/bn/asm/x86_64-mont.pl
lib/libcrypto/camellia/asm/cmll-x86_64.pl
lib/libcrypto/md5/asm/md5-x86_64.pl
lib/libcrypto/rc4/asm/rc4-md5-x86_64.pl
lib/libcrypto/rc4/asm/rc4-x86_64.pl
lib/libcrypto/sha/asm/sha512-x86_64.pl
lib/libcrypto/whrlpool/asm/wp-x86_64.pl
lib/libssl/src/crypto/bn/asm/modexp512-x86_64.pl
lib/libssl/src/crypto/bn/asm/x86_64-mont.pl
lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl
lib/libssl/src/crypto/md5/asm/md5-x86_64.pl
lib/libssl/src/crypto/rc4/asm/rc4-md5-x86_64.pl
lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl
lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl
lib/libssl/src/crypto/whrlpool/asm/wp-x86_64.pl