Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: use X509_ALGOR accessors instead of reaching into X509_ALGOR #50057

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 5, 2023

  1. crypto: use X509_ALGOR accessors instead of reaching into X509_ALGOR

    While the struct is still public in OpenSSL, there is a (somewhat
    inconvenient) accessor. Use it to remain compatible if it becomes opaque
    in the future.
    davidben committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6d268f6 View commit details
    Browse the repository at this point in the history