CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/16 00:30:53

Modified files:
        lib/libcrypto/x509: x509_prn.c 

Log message:
unknown_ext_print: avoid casting away const

The BIO_dump_indent() API masterpiece expects a const char pointer as
input. Don't cast away const when suppressing pointer sign warnings.

Prompted by a report by N. Dossche

ok kenjiro

Reply via email to