mark all block comments that need format preserving so that
[openssl.git] / engines / e_gmp.c
index a3d47151ea154b9ed967a9b057589f7c64e95672..6166e9bdf68f4f4f9fef5380ccb847974850e7f0 100644 (file)
@@ -62,7 +62,8 @@
  * otherwise paths must be specified - eg. try configuring with
  * "enable-gmp -I<includepath> -L<libpath> -lgmp". YMMV. */
 
-/* As for what this does - it's a largely unoptimised implementation of an
+/*-
+ * As for what this does - it's a largely unoptimised implementation of an
  * ENGINE that uses the GMP library to perform RSA private key operations. To
  * obtain more information about what "unoptimised" means, see my original mail
  * on the subject (though ignore the build instructions which have since