From 7821c0c40b9cbdedbcd2e36be89eabf26765450b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 9 Oct 2002 06:35:58 +0000 Subject: [PATCH] Add missing LF --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 0618bb5660..d1fcf5228a 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -1340,7 +1340,7 @@ static BIGNUM *load_serial(char *serialfile) ret=ASN1_INTEGER_to_BN(ai,NULL); if (ret == NULL) { - BIO_printf(bio_err,"error converting number from bin to BIGNUM"); + BIO_printf(bio_err,"error converting number from bin to BIGNUM\n"); goto err; } err: