summaryrefslogtreecommitdiffstats
path: root/apps/dsaparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsaparam.c')
-rw-r--r--apps/dsaparam.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/dsaparam.c b/apps/dsaparam.c
index e51f5026de..8ee5d42ae7 100644
--- a/apps/dsaparam.c
+++ b/apps/dsaparam.c
@@ -482,9 +482,6 @@ static int MS_CALLBACK dsa_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
#ifdef GENCB_TEST
if(stop_keygen_flag)
return 0;