Add missing LF
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Oct 2002 06:36:30 +0000 (06:36 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Oct 2002 06:36:30 +0000 (06:36 +0000)
apps/ca.c

index 492b64f04f13110fe5968b684d2309743e33807f..3c9e992b03819ffee5e1bfeca7f6804cc29e7a7d 100644 (file)
--- 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: