diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/asm/rc4-parisc.pl')
| -rw-r--r-- | src/lib/libcrypto/rc4/asm/rc4-parisc.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl index 9165067080..ad7e65651c 100644 --- a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl | |||
| @@ -307,7 +307,8 @@ L\$opts | |||
| 307 | .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>" | 307 | .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>" |
| 308 | ___ | 308 | ___ |
| 309 | $code =~ s/\`([^\`]*)\`/eval $1/gem; | 309 | $code =~ s/\`([^\`]*)\`/eval $1/gem; |
| 310 | $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); | 310 | $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); |
| 311 | $code =~ s/\bbv\b/bve/gm if ($SIZE_T==8); | ||
| 311 | 312 | ||
| 312 | print $code; | 313 | print $code; |
| 313 | close STDOUT; | 314 | close STDOUT; |
