Do fflush(stdout) when there was an error.
This commit is contained in:
parent
a610374cb2
commit
0dd0cbf554
@ -235,6 +235,7 @@ int main(int argc, char *argv[])
|
||||
exit(0);
|
||||
err:
|
||||
BIO_puts(out,"1\n"); /* make sure bc fails if we are piping to it */
|
||||
fflush(stdout);
|
||||
ERR_load_crypto_strings();
|
||||
ERR_print_errors_fp(stderr);
|
||||
exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user