diff options
| author | tb <> | 2023-07-29 06:17:56 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-29 06:17:56 +0000 |
| commit | 60b0a67d6f70a6e96e29ae00ccca16a0b797c777 (patch) | |
| tree | 3ef6ac6c64121721fee48cae798c394f6579696b /src | |
| parent | 4edf44385f751cf4d65114823ec9304e027af5dd (diff) | |
| download | openbsd-60b0a67d6f70a6e96e29ae00ccca16a0b797c777.tar.gz openbsd-60b0a67d6f70a6e96e29ae00ccca16a0b797c777.tar.bz2 openbsd-60b0a67d6f70a6e96e29ae00ccca16a0b797c777.zip | |
Garbage collect rodata only used by RC4_options()
build tested by miod
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/rc4/asm/rc4-parisc.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl index 831d785979..6a1a2aad77 100644 --- a/src/lib/libcrypto/rc4/asm/rc4-parisc.pl +++ b/src/lib/libcrypto/rc4/asm/rc4-parisc.pl | |||
| @@ -285,11 +285,6 @@ L\$2nd | |||
| 285 | .EXIT | 285 | .EXIT |
| 286 | nop | 286 | nop |
| 287 | .PROCEND | 287 | .PROCEND |
| 288 | |||
| 289 | .section .rodata | ||
| 290 | .ALIGN 8 | ||
| 291 | L\$opts | ||
| 292 | .STRINGZ "rc4(4x,`$SZ==1?"char":"int"`)" | ||
| 293 | ___ | 288 | ___ |
| 294 | $code =~ s/\`([^\`]*)\`/eval $1/gem; | 289 | $code =~ s/\`([^\`]*)\`/eval $1/gem; |
| 295 | $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); | 290 | $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); |
