Follow on from CVE-2014-3571. This fixes the code that was the original source
[oweals/openssl.git] / apps / genpkey.c
index 6dfda08b9e09f2d7ca3e4bea10f3ce27e8ffebeb..685e2c6b162d38a7df76b7b14397d3740f390dea 100644 (file)
@@ -433,8 +433,5 @@ 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;
        }