From: Richard Levitte Date: Wed, 9 Oct 2002 06:36:30 +0000 (+0000) Subject: Add missing LF X-Git-Tag: OpenSSL_0_9_7-beta4~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=052c0f276e97312e7dd526ef39b02dbed9a2682d;p=oweals%2Fopenssl.git Add missing LF --- diff --git a/apps/ca.c b/apps/ca.c index 492b64f04f..3c9e992b03 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -1686,7 +1686,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: