Fedora 45 migrates to OpenSSL 4.0. In OpenSSL 4.0, the ASN1_STRING type is now opaque, and accessors must be used, see https://docs.openssl.org/4.0/man7/ossl-guide-migration/#the-asn1_string-type-is-now-opaque
X509HostnameValidator.cc:do_check_string() attempts to access opaque internals and thus will not compile with OpenSSL 4.0
Fedora 45 migrates to OpenSSL 4.0. In OpenSSL 4.0, the ASN1_STRING type is now opaque, and accessors must be used, see https://docs.openssl.org/4.0/man7/ossl-guide-migration/#the-asn1_string-type-is-now-opaque
X509HostnameValidator.cc:do_check_string()attempts to access opaque internals and thus will not compile with OpenSSL 4.0