aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/asm/des-586.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/des-586.pl
parenteed22ac4ac0c44c6b69a6ed4e2f81970674c4b05 (diff)
downloadopenssl-f1fbd4c7d12d4fcc5fe14b58db8889adf3a589cc.tar.gz
Address MASM-specific problems introduced with
http://cvs.openssl.org/chngview?cn=14547.
Diffstat (limited to 'crypto/des/asm/des-586.pl')
-rw-r--r--crypto/des/asm/des-586.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/des/asm/des-586.pl b/crypto/des/asm/des-586.pl
index 147d2ab816..de6013624f 100644
--- a/crypto/des/asm/des-586.pl
+++ b/crypto/des/asm/des-586.pl
@@ -23,7 +23,6 @@ $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV));
# one can discuss setting this variable to 1 unconditionally, as
# the folded loop is only 3% slower than unrolled, but >7 times smaller
-&external_label("DES_SPtrans");
&DES_encrypt_internal();
&DES_decrypt_internal();
&DES_encrypt("DES_encrypt1",1);
@@ -114,7 +113,7 @@ sub DES_encrypt
{
local($name,$do_ip)=@_;
- &function_begin_B($name,"EXTRN _DES_SPtrans:DWORD");
+ &function_begin_B($name);
&push("esi");
&push("edi");