X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fdhparam.c;h=1127d10c1c8a8c03d1e1755708569a4be6b177b4;hb=5ab65c50ef8287b128d6642209525283e1ea07be;hp=c4cf1685a35f97f1cf4dbd1b2a5f5fb897ca73d7;hpb=348d0d148a0698c687b16c72869401bd4caa8bd4;p=oweals%2Fopenssl.git diff --git a/apps/dhparam.c b/apps/dhparam.c index c4cf1685a3..1127d10c1c 100644 --- a/apps/dhparam.c +++ b/apps/dhparam.c @@ -560,9 +560,6 @@ static int MS_CALLBACK dh_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 return 1; }