Garbage collect rodata only used by RC4_options()
authortb <tb@openbsd.org>
Sat, 29 Jul 2023 06:17:56 +0000 (06:17 +0000)
committertb <tb@openbsd.org>
Sat, 29 Jul 2023 06:17:56 +0000 (06:17 +0000)
build tested by miod

lib/libcrypto/rc4/asm/rc4-parisc.pl

index 831d785..6a1a2aa 100644 (file)
@@ -285,11 +285,6 @@ L\$2nd
        .EXIT
        nop
        .PROCEND
-
-       .section .rodata
-       .ALIGN  8
-L\$opts
-       .STRINGZ "rc4(4x,`$SZ==1?"char":"int"`)"
 ___
 $code =~ s/\`([^\`]*)\`/eval $1/gem;
 $code =~ s/cmpib,\*/comib,/gm  if ($SIZE_T==4);