PA-RISC assembler pack: switch to bve in 64-bit builds.
[openssl.git] / crypto / rc4 / asm / rc4-parisc.pl
index 9e681965b96e509568ea887d7a147778b09533c4..bc366ecb60fb52efde24d9a3d05c61a024b3d4b1 100644 (file)
@@ -307,7 +307,8 @@ L\$opts
        .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
 ___
 $code =~ s/\`([^\`]*)\`/eval $1/gem;
-$code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4);
+$code =~ s/cmpib,\*/comib,/gm  if ($SIZE_T==4);
+$code =~ s/\bbv\b/bve/gm       if ($SIZE_T==8);
 
 print $code;
 close STDOUT;