]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/x509_vfy.c
Further comment amendments to preserve formatting prior to source reformat
[thirdparty/openssl.git] / crypto / x509 / x509_vfy.c
index 88bff6366ff1c8b1e92ab7504d666479bf6f550b..1144640e0404faa20e0def9aae6f0d1fb13cc2b1 100644 (file)
@@ -1335,7 +1335,8 @@ static int check_crl_chain(X509_STORE_CTX *ctx,
        return 0;
        }
 
-/* Check for match between two dist point names: three separate cases.
+/*-
+ * Check for match between two dist point names: three separate cases.
  * 1. Both are relative names and compare X509_NAME types.
  * 2. One full, one relative. Compare X509_NAME to GENERAL_NAMES.
  * 3. Both are full names and compare two GENERAL_NAMES.