]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/x509_vpm.c
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / crypto / x509 / x509_vpm.c
index ba546bd1fabf04ef4c3df5c544be35feeacb6b3e..cba08cf7a84f5cfef0790fa5457a25db5079cfd1 100644 (file)
@@ -102,7 +102,8 @@ void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param)
        OPENSSL_free(param);
        }
 
-/* This function determines how parameters are "inherited" from one structure
+/*-
+ * This function determines how parameters are "inherited" from one structure
  * to another. There are several different ways this can happen.
  *
  * 1. If a child structure needs to have its values initialized from a parent