Cleanup OPENSSL_NO_xxx, part 1
[oweals/openssl.git] / crypto / ec / ec2_oct.c
index 0b1fbea1449143318583e2bbbbb86c796459c287..4788a1ea9d30679383c2adbcd3de11b990142ea9 100644 (file)
@@ -73,7 +73,8 @@
 
 #ifndef OPENSSL_NO_EC2M
 
-/* Calculates and sets the affine coordinates of an EC_POINT from the given
+/*-
+ * Calculates and sets the affine coordinates of an EC_POINT from the given
  * compressed coordinates.  Uses algorithm 2.3.4 of SEC 1. 
  * Note that the simple implementation only uses affine coordinates.
  *