Kazuki Yamaguchi 2026-02-16 15:44:12 +0000 (Mon, 16 Feb 2026)
New Revision: de1d14c0ca
https://github.com/ruby/ruby/commit/de1d14c0ca
Log:
[ruby/openssl] Add const qualifiers for OpenSSL 4.0 compatibility
OpenSSL's master branch is changing functions to return const pointers
where the returned objects are not meant to be modified by the caller