mark all block comments that need format preserving so that
[openssl.git] / apps / dhparam.c
index c4cf1685a35f97f1cf4dbd1b2a5f5fb897ca73d7..7982222abcc8355ac24bd0d0a8a15523db6510e4 100644 (file)
 
 #define DEFBITS        2048
 
-/* -inform arg - input format - default PEM (DER or PEM)
+/*-
+ * -inform arg - input format - default PEM (DER or PEM)
  * -outform arg - output format - default PEM
  * -in arg     - input file - default stdin
  * -out arg    - output file - default stdout
@@ -560,9 +561,6 @@ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
        if (p == 3) c='\n';
        BIO_write(BN_GENCB_get_arg(cb),&c,1);
        (void)BIO_flush(BN_GENCB_get_arg(cb));
-#ifdef LINT
-       p=n;
-#endif
        return 1;
        }