- /* Note that this is a generic CHAP decoding routine. Since we
- don't know which flavor of CHAP (i.e. CHAP-MD5, MS-CHAPv1,
- MS-CHAPv2) is used at this point, we can't decode packet
- specifically to each algorithms. Instead, we simply decode
- the GCD (Gratest Common Denominator) for all algorithms. */
-
+ /*
+ * Note that this is a generic CHAP decoding routine. Since we
+ * don't know which flavor of CHAP (i.e. CHAP-MD5, MS-CHAPv1,
+ * MS-CHAPv2) is used at this point, we can't decode packet
+ * specifically to each algorithms. Instead, we simply decode
+ * the GCD (Gratest Common Denominator) for all algorithms.
+ */