Commit 7821c0c4 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add missing LF

parent cc9e060a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: