diff options
Diffstat (limited to 'crypto/openssl/apps/passwd.c')
-rw-r--r-- | crypto/openssl/apps/passwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/apps/passwd.c b/crypto/openssl/apps/passwd.c index 533b469..ea2b089 100644 --- a/crypto/openssl/apps/passwd.c +++ b/crypto/openssl/apps/passwd.c @@ -272,6 +272,7 @@ int MAIN(int argc, char **argv) } while (!done); } + ret = 0; err: ERR_print_errors(bio_err); |