From 3ae70939baf60524135f7e3c47e93ad2a55e611b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 3 Apr 2003 23:39:48 +0000 Subject: Correct a lot of printing calls. Remove extra arguments... --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index eb328f2b87..ea84facac9 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -2096,7 +2096,7 @@ again2: BIO_printf(bio_err,"Certificate is to be certified until "); ASN1_UTCTIME_print(bio_err,X509_get_notAfter(ret)); - if (days) BIO_printf(bio_err," (%d days)",days); + if (days) BIO_printf(bio_err," (%ld days)",days); BIO_printf(bio_err, "\n"); if (!batch) -- cgit v1.2.3