racket / sasl

Other
2 stars 9 forks source link

ffi: add fallbacks for OpenSSL 3.0 variants of EVP_MD_{block_,}size #6

Closed Bogdanp closed 1 year ago

Bogdanp commented 1 year ago

I noticed this issue while trying to use db-lib with Postgres on a Ubuntu 22.04 VM. It looks like a similar fix has already been applied to the openssl lib in Racket.

See also: https://www.openssl.org/docs/man3.0/man3/EVP_MD_size.html#HISTORY

Bogdanp commented 1 year ago

@rmculpepper ping on this. I think it would be good to get this merged for the 8.8 release.