Add OPENSSL_NO_ECDH guards
[oweals/openssl.git] / apps / genrsa.c
index 7b0bcc20e1961067f3dac66801e72b6f76269982..54e30d343bdb5272dfa1c4bbc3dc786ebce979a2 100644 (file)
@@ -327,9 +327,6 @@ static int MS_CALLBACK genrsa_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;
        }
 #else /* !OPENSSL_NO_RSA */