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

index 39956e89a44692abdc2d7bb1544da279be5be0a3..d60001b0188e53047411e32cd6c79dfea98d3d9b 100644 (file)
--- 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)
                {
        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:
                goto err;
                }
 err: