mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Fix: return 0 if no error occured.
This commit is contained in:
parent
37a92e9ce4
commit
cad4b840c8
@ -277,6 +277,7 @@ int MAIN(int argc, char **argv)
|
||||
}
|
||||
while (!done);
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
err:
|
||||
ERR_print_errors(bio_err);
|
||||
|
Loading…
Reference in New Issue
Block a user