Skip to content

Conversation

alfredh
Copy link
Contributor

@alfredh alfredh commented May 9, 2025

src/tls/openssl/tls.c:509:8: warning: assigning to 'X509_PURPOSE *' (aka 'struct x509_purpose_st *') from 'const X509_PURPOSE *' (aka 'const struct x509_purpose_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
xptmp = X509_PURPOSE_get0(i);
^ ~~~~~~~~~~~~~~~~~~~~
1 warning generated.

LibreSSL from MacPorts:

libressl @4.1.0_0 (active)

src/tls/openssl/tls.c:509:8: warning: assigning to 'X509_PURPOSE *' (aka 'struct x509_purpose_st *') from 'const X509_PURPOSE *' (aka 'const struct x509_purpose_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        xptmp = X509_PURPOSE_get0(i);
              ^ ~~~~~~~~~~~~~~~~~~~~
1 warning generated.

LibreSSL from MacPorts:

  libressl @4.1.0_0 (active)
@sreimers sreimers merged commit 8d6ebbe into main May 10, 2025
38 checks passed
@sreimers sreimers deleted the tls_libressl_x509 branch May 10, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants