mark all block comments that need format preserving so that
[openssl.git] / crypto / dsa / dsa_ossl.c
index b3d78e524cf4f90ebec6be28e798da53672b38dc..b15105b02456be734420939084f44ec9a0c2046d 100644 (file)
@@ -88,7 +88,8 @@ NULL,
 NULL
 };
 
-/* These macro wrappers replace attempts to use the dsa_mod_exp() and
+/*-
+ * These macro wrappers replace attempts to use the dsa_mod_exp() and
  * bn_mod_exp() handlers in the DSA_METHOD structure. We avoid the problem of
  * having a the macro work as an expression by bundling an "err_instr". So;
  *