Add missing LF

This commit is contained in:
Richard Levitte 2002-10-09 06:36:30 +00:00
parent 1e7e392419
commit 052c0f276e

View File

@ -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: