Unified targets for ELF assembler modules. Tested on Linux, Solaris and
[openssl.git] / crypto / des / asm / des-586.pl
index 7a5886928995bb06a08c8de26b418874fee530e2..b75d3c6b3a44b8eed2d4b6e46a19c1d3f3936ecc 100644 (file)
@@ -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");