From: Richard Levitte Date: Wed, 9 Oct 2002 06:35:47 +0000 (+0000) Subject: Add missing LF X-Git-Tag: OpenSSL_0_9_7-beta4~140^2~6 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d7b2342a6a3a841b0fe1992c9522b12468f893af Add missing LF --- diff --git a/apps/ca.c b/apps/ca.c index 39956e89a4..d60001b018 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -1691,7 +1691,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: