mirror of
https://github.com/openssl/openssl.git
synced 2026-06-06 20:18:09 +00:00
to move these symbols out of the .data section remaining list approx-sorted by size with: objdump -t libcrypto.so libssl.so | grep -v \\.data.rel.ro | grep \\.data | sort -r -k 4 Reviewed-by: Norbert Pocs <norbertp@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28588)