Alexandr Nedvedicky 6ca811f472 BUILD: make HAProxy OpenSSL 4.0 ready
Updates HA-proxy, so it builds with OpenSSL 4.0.

The diff below has been compile tested so far. It builds
with OpenSSL master as well as OpenSSL 3.5.

more details on changes can be found here:

    OpenSSL 4.0 makes ASN1_STRING (et. al.) opaque.
    [ https://github.com/openssl/openssl/pull/29862 ]

    Starting OpenSSL 4.0 X509_get_subject_name() (et. al.)
    rturns const objects now.
    [ https://github.com/openssl/openssl/pull/29468 ]
2026-03-11 10:51:27 +01:00
..