SIGN IN SIGN UP

gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)

Since OpenSSL 3.0, `ERR_func_error_string()` always returns NULL and
`EVP_MD_CTX_get0_md()` should be preferred over `EVP_MD_CTX_md()`.
B
Bénédikt Tran committed
9be3649f5eccfbda1b3c9c3195927951a9ae9b90
Parent: be2c3d2
Committed by GitHub <noreply@github.com> on 7/12/2025, 4:33:07 PM