optical changes
[openssl.git] / crypto / ec / ec_lcl.h
index 5730f2ab961bfe90b64f5b3e2d110d94c758855f..247c985a236d85c3afff0146f175b3f93aaafb60 100644 (file)
@@ -207,10 +207,10 @@ struct ec_group_st {
                       */
 
        unsigned int poly[5]; /* Field specification for curves over GF(2^m).
-                                                  * The irreducible f(t) is then of the form:
-                                                  *     t^poly[0] + t^poly[1] + ... + t^poly[k]
-                                                  * where m = poly[0] > poly[1] > ... > poly[k] = 0.
-                                                  */
+                              * The irreducible f(t) is then of the form:
+                              *     t^poly[0] + t^poly[1] + ... + t^poly[k]
+                              * where m = poly[0] > poly[1] > ... > poly[k] = 0.
+                              */
 
        BIGNUM a, b; /* Curve coefficients.
                      * (Here the assumption is that BIGNUMs can be used