mark all block comments that need format preserving so that
[openssl.git] / crypto / crypto.h
index d4be37bf17227e2a6fe73495307c69f5d46cffed..f5cb4c7106bc69397c7ad4abdb647359758331bf 100644 (file)
@@ -525,7 +525,8 @@ int CRYPTO_remove_all_info(void);
 void CRYPTO_dbg_malloc(void *addr,int num,const char *file,int line,int before_p);
 void CRYPTO_dbg_realloc(void *addr1,void *addr2,int num,const char *file,int line,int before_p);
 void CRYPTO_dbg_free(void *addr,int before_p);
-/* Tell the debugging code about options.  By default, the following values
+/*-
+ * Tell the debugging code about options.  By default, the following values
  * apply:
  *
  * 0:                           Clear all options.