Skip to content

crypto: rename X509_NAME_FLAGS

Rename X509_NAME_FLAGS to kX509NameFlagsMultiline

  1. to better align with the naming conventions we use for constexpr values,
  2. to distinguish it from OpenSSL's built-in X509 constants, and
  3. to clarify what specific X509 name flags the constant represents.

Merge request reports

Loading