apps/x590.c: harmonize usage of STDout and out_err.
PR: 2323
This commit is contained in:
parent
05e4fbf801
commit
de3bb266f4
@ -288,7 +288,7 @@ int MAIN(int argc, char **argv)
|
|||||||
days=atoi(*(++argv));
|
days=atoi(*(++argv));
|
||||||
if (days == 0)
|
if (days == 0)
|
||||||
{
|
{
|
||||||
BIO_printf(STDout,"bad number of days\n");
|
BIO_printf(bio_err,"bad number of days\n");
|
||||||
goto bad;
|
goto bad;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -912,7 +912,7 @@ bad:
|
|||||||
}
|
}
|
||||||
else if (text == i)
|
else if (text == i)
|
||||||
{
|
{
|
||||||
X509_print_ex(out,x,nmflag, certflag);
|
X509_print_ex(STDout,x,nmflag, certflag);
|
||||||
}
|
}
|
||||||
else if (startdate == i)
|
else if (startdate == i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user