]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dhtest.c
RT3543: Remove #ifdef LINT
[thirdparty/openssl.git] / crypto / dh / dhtest.c
index 1d49d0462b7a47f5eb822ffe2d4ca6459d158566..c98c8047a62b3ddbeccfdc66da21df9692d09ccf 100644 (file)
@@ -226,9 +226,6 @@ static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg)
        if (p == 3) c='\n';
        BIO_write(BN_GENCB_get_arg(arg),&c,1);
        (void)BIO_flush(BN_GENCB_get_arg(arg));
-#ifdef LINT
-       p=n;
-#endif
        return 1;
        }