diff options
author | tb <> | 2023-07-29 06:17:56 +0000 |
---|---|---|
committer | tb <> | 2023-07-29 06:17:56 +0000 |
commit | 3eba1105cc494f906fb70bcd249a851e508ad3f9 (patch) | |
tree | 3ef6ac6c64121721fee48cae798c394f6579696b /src/lib | |
parent | 72fdd5862cf986582dd58bcbe6d07b8f658e9c25 (diff) | |
download | openbsd-3eba1105cc494f906fb70bcd249a851e508ad3f9.tar.gz openbsd-3eba1105cc494f906fb70bcd249a851e508ad3f9.tar.bz2 openbsd-3eba1105cc494f906fb70bcd249a851e508ad3f9.zip |
Garbage collect rodata only used by RC4_options()
build tested by miod
Diffstat (limited to 'src/lib')
-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); |