aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/des/asm/des-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/des/asm/des-586.pl')
-rw-r--r--crypto/openssl/crypto/des/asm/des-586.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/des/asm/des-586.pl b/crypto/openssl/crypto/des/asm/des-586.pl
index 7a5886928995..b75d3c6b3a44 100644
--- a/crypto/openssl/crypto/des/asm/des-586.pl
+++ b/crypto/openssl/crypto/des/asm/des-586.pl
@@ -73,8 +73,9 @@ sub DES_encrypt
}
# PIC-ification:-)
- if ($cpp) { &picmeup($trans,"DES_SPtrans"); }
- else { &lea($trans,&DWP("DES_SPtrans")); }
+ &picmeup($trans,"DES_SPtrans");
+ #if ($cpp) { &picmeup($trans,"DES_SPtrans"); }
+ #else { &lea($trans,&DWP("DES_SPtrans")); }
&mov( "ecx", &wparam(1) );
&cmp("ebx","0");