mark all block comments that need format preserving so that
[openssl.git] / crypto / bn / bn_lcl.h
index 260f67b348ee8a1a4928dfb8467810572c3a6627..993579e8f53f872a6a1b8c71cf6ea1c9039ba4a4 100644 (file)
 extern "C" {
 #endif
 
-/* Bignum consistency macros
+/*-
+ * Bignum consistency macros
  * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
  * bignum data after direct manipulations on the data. There is also an
  * "internal" macro, bn_check_top(), for verifying that there are no leading
@@ -268,7 +269,7 @@ struct bn_gencb_st
        };
 
 
-/*
+/*-
  * BN_window_bits_for_exponent_size -- macro for sliding window mod_exp functions
  *
  *