artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3bff8
)
Garbage collect rodata only used by RC4_options()
author
tb
<tb@openbsd.org>
Sat, 29 Jul 2023 06:17:56 +0000
(06:17 +0000)
committer
tb
<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
patch
|
blob
|
history
diff --git
a/lib/libcrypto/rc4/asm/rc4-parisc.pl
b/lib/libcrypto/rc4/asm/rc4-parisc.pl
index
831d785
..
6a1a2aa
100644
(file)
--- 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);