Loading apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -1691,7 +1691,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 Loading
apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -1691,7 +1691,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