mark all block comments that need format preserving so that
[openssl.git] / crypto / asn1 / x_req.c
index d57555827cca9479669b4da0d1465c180acd7ed6..529899ac3b9517f2fc563c0a113244a46963062c 100644 (file)
@@ -61,7 +61,8 @@
 #include <openssl/asn1t.h>
 #include <openssl/x509.h>
 
-/* X509_REQ_INFO is handled in an unusual way to get round
+/*-
+ * X509_REQ_INFO is handled in an unusual way to get round
  * invalid encodings. Some broken certificate requests don't
  * encode the attributes field if it is empty. This is in
  * violation of PKCS#10 but we need to tolerate it. We do