summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 06:35:47 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 06:35:47 +0000
commitd7b2342a6a3a841b0fe1992c9522b12468f893af (patch)
tree3639a68b1c4e075e858a8731ad0ec5c75d6e4252 /apps
parent7e9db7cefcf6ea09aeda4a0395a291412a6966da (diff)
downloadopenssl-d7b2342a6a3a841b0fe1992c9522b12468f893af.tar.gz
Add missing LF
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
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: