On Thu, Oct 24, 2024 at 10:50:18AM +0200, Geert Hendrickx via Postfix-users wrote:
> > warning: run-time library vs. compile-time header version mismatch: > > OpenSSL 3.4.0 may not be compatible with OpenSSL 3.3.0 > > Is this warning still relevant with OpenSSL's new versioning scheme, > where OpenSSL 3.x releases are guaranteed[1] to be ABI compatible ? > > > [1] https://openssl-library.org/post/2018-09-25-version/ IIRC, this is only *forward* ABI compatibility, so an older 3.x library may not be compatible with a newer 3.y application. But otherwise, yes 3.y for (y >= x) should work. And this is the logic used in Postfix >= 3.10-20240612, but while you've upgraded to a shiny new OpenSSL, you haven't also upgraded to a shiny new Postfix snapshot. :-) -- Viktor. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org