]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cups/hash.c: Put support for MacOS/Win SSL libs back
authorzdohnal <zdohnal@redhat.com>
Wed, 4 Oct 2023 07:29:20 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 07:29:20 +0000 (09:29 +0200)
- I mustn't remove their support in patch release - this should happen in 2.5 only.
- I have put back support for several hashes as well - they should be removed in 2.5.
- restrict usage of second block hashing only if OpenSSL/LibreSSL/GnuTLS is available (since IMO I found its implementation useless for SSL libs, which will be removed in 2.5)

This removes hard dependency on OpenSSL/LibreSSL or GnuTLS in 2.4.x, which will happen in 2.5.


Trivial merge