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: rename X509_NAME_FLAGS #42001

Merged

Commits on Feb 15, 2022

  1. crypto: rename X509_NAME_FLAGS

    Rename X509_NAME_FLAGS to kX509NameFlagsMultiline to better align with
    the naming conventions we use for constexpr values, to distinguish it
    from OpenSSL's built-in X509 constants, and to clarify what specific
    X509 name flags the constant represents.
    tniessen committed Feb 15, 2022
    Copy the full SHA
    4364924 View commit details
    Browse the repository at this point in the history