From: Richard Levitte Date: Wed, 9 Oct 2002 06:35:58 +0000 (+0000) Subject: Add missing LF X-Git-Tag: OpenSSL_0_9_6h~83 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7821c0c40b9cbdedbcd2e36be89eabf26765450b;p=oweals%2Fopenssl.git Add missing LF --- 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: