summaryrefslogtreecommitdiffstats
path: root/apps/dsaparam.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-09-23 13:23:09 -0400
committerRich Salz <rsalz@openssl.org>2014-12-10 17:31:04 -0500
commit5cf37957fbdb7e2a1be48e15c4114d218c135f73 (patch)
tree1208728955b062762d2c327fd08d268c0942177e /apps/dsaparam.c
parenta4a934119dd213e16c9d8b11150a4815604c13bb (diff)
RT3543: Remove #ifdef LINT
I also replaced some exit/return wrappers in various programs (from main) to standardize on return. Reviewed-by: Richard Levitte <levitte@openssl.org>
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;