Loading apps/ca.c +0 −4 Original line number Diff line number Diff line Loading @@ -880,10 +880,6 @@ int MAIN(int argc, char **argv) } p++; } if (pp[DB_name][0] == '\0') { BIO_printf(bio_err, "entry %d: bad Subject\n", i + 1); goto err; } } if (verbose) { BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); /* cannot fail */ Loading Loading
apps/ca.c +0 −4 Original line number Diff line number Diff line Loading @@ -880,10 +880,6 @@ int MAIN(int argc, char **argv) } p++; } if (pp[DB_name][0] == '\0') { BIO_printf(bio_err, "entry %d: bad Subject\n", i + 1); goto err; } } if (verbose) { BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); /* cannot fail */ Loading