From 7b0c383483702d9a26856c2b4754abb44950ed82 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 29 Jul 2023 06:17:56 +0000 Subject: [PATCH] Garbage collect rodata only used by RC4_options() build tested by miod --- lib/libcrypto/rc4/asm/rc4-parisc.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/libcrypto/rc4/asm/rc4-parisc.pl b/lib/libcrypto/rc4/asm/rc4-parisc.pl index 831d7859792..6a1a2aad77b 100644 --- a/lib/libcrypto/rc4/asm/rc4-parisc.pl +++ b/lib/libcrypto/rc4/asm/rc4-parisc.pl @@ -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); -- 2.20.1