Add OPENSSL_NO_ECDH guards
[oweals/openssl.git] / apps / req.c
index 6a19144931c68464549da95ea85b155fe334a924..87ab41293d1d39add005890cdf234828a5f0801b 100644 (file)
@@ -1773,9 +1773,6 @@ static int genpkey_cb(EVP_PKEY_CTX *ctx)
        if (p == 3) c='\n';
        BIO_write(b,&c,1);
        (void)BIO_flush(b);
-#ifdef LINT
-       p=n;
-#endif
        return 1;
        }