Étienne Barrié 31c37abd06 [ruby/openssl] Make OpenSSL::Digest classes Ractor-safe
Use class_eval with a string so the initialize instance method, and the
digest and hexdigest class methods are not defined via define_method
with a Proc (which is not Ractor-safe).

https://github.com/ruby/openssl/commit/502bc6c378
2026-05-29 08:23:23 +00:00
..