Fix: return 0 if no error occured.

This commit is contained in:
Bodo Möller 2001-03-13 22:17:10 +00:00
parent 37a92e9ce4
commit cad4b840c8
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ int MAIN(int argc, char **argv)
}
while (!done);
}
ret = 0;
err:
ERR_print_errors(bio_err);