summaryrefslogtreecommitdiffstats
path: root/crypto/des/asm/crypt586.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-06 22:01:27 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-06 22:01:27 +0000
commitf1fbd4c7d12d4fcc5fe14b58db8889adf3a589cc (patch)
treef40bad5b53bd4a7a42f24978852d23e8eec41309 /crypto/des/asm/crypt586.pl
parenteed22ac4ac0c44c6b69a6ed4e2f81970674c4b05 (diff)
Address MASM-specific problems introduced with
http://cvs.openssl.org/chngview?cn=14547.
Diffstat (limited to 'crypto/des/asm/crypt586.pl')
-rw-r--r--crypto/des/asm/crypt586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/asm/crypt586.pl b/crypto/des/asm/crypt586.pl
index 1d04ed6def..0299884af7 100644
--- a/crypto/des/asm/crypt586.pl
+++ b/crypto/des/asm/crypt586.pl
@@ -22,7 +22,7 @@ sub fcrypt_body
{
local($name,$do_ip)=@_;
- &function_begin($name,"EXTRN _DES_SPtrans:DWORD");
+ &function_begin($name);
&comment("");
&comment("Load the 2 words");