CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/12/05 06:34:42
Modified files:
textproc/wkhtmltopdf/patches:
patch-qt_src_network_ssl_qsslcertificate_cpp
patch-qt_src_network_ssl_qsslsocket_openssl_symbols_cpp
patch-qt_src_network_ssl_qsslsocket_openssl_symbols_p_h
Log message:
wkhtmltopdf: convert to opaque ASN1_STRINGs
This const corrects the q_ version of ASN1_STRING_length(), replaces
q_ASN1_STRING_data() with the _get0_ version, adds q_ASN1_STRING_type()
and uses those accessors instead of manual accesses.
Prompted by https://github.com/openssl/openssl/issues/29117