projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a92e9
)
Fix: return 0 if no error occured.
author
Bodo Möller
<bodo@openssl.org>
Tue, 13 Mar 2001 22:17:10 +0000
(22:17 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 13 Mar 2001 22:17:10 +0000
(22:17 +0000)
apps/passwd.c
patch
|
blob
|
history
diff --git
a/apps/passwd.c
b/apps/passwd.c
index f190e16cb5b6257790cc862a6f6bc68c4b4a26eb..53dbe073d2375f57586ec69c449d53b3376f6ac7 100644
(file)
--- a/
apps/passwd.c
+++ b/
apps/passwd.c
@@
-277,6
+277,7
@@
int MAIN(int argc, char **argv)
}
while (!done);
}
+ ret = 0;
err:
ERR_print_errors(bio_err);