Add missing LF
This commit is contained in:
parent
cc9e060ad5
commit
7821c0c40b
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,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:
|
||||
|
|
Loading…
Reference in a new issue