RT3543: Remove #ifdef LINT
[openssl.git] / apps / dhparam.c
index c4cf1685a35f97f1cf4dbd1b2a5f5fb897ca73d7..1127d10c1c8a8c03d1e1755708569a4be6b177b4 100644 (file)
@@ -560,9 +560,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;
        }