openssl: fix perlasm issue
authorBert Belder <bertbelder@gmail.com>
Wed, 12 Sep 2012 23:03:50 +0000 (01:03 +0200)
committerisaacs <i@izs.me>
Tue, 25 Sep 2012 15:51:03 +0000 (08:51 -0700)
commit09ac9d0b2c1ee99c9d023ee3aa5a42109aecf09e
tree56f5a65bfa0c227293db612e3ffb09dfbc693a2c
parent3568edf71152ec164318374c0920adcd9e384b27
openssl: fix perlasm issue

When perlasm generates MASM code it sets the assembler target to 468.
In this mode MASM refuses to assemble the CPUID instruction. Bumping
the target to 586 solves this problem.
deps/openssl/openssl/crypto/perlasm/x86masm.pl