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:
311e4e9
)
Fix: return 0 if no error occured.
author
Bodo Möller
<bodo@openssl.org>
Tue, 13 Mar 2001 22:17:45 +0000
(22:17 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 13 Mar 2001 22:17:45 +0000
(22:17 +0000)
apps/passwd.c
patch
|
blob
|
history
diff --git
a/apps/passwd.c
b/apps/passwd.c
index 533b4692d0534f66eb97546b2a5ec78bc9c7260e..ea2b089e24a73762fd027f997f5a34b5ef9e9487 100644
(file)
--- a/
apps/passwd.c
+++ b/
apps/passwd.c
@@
-272,6
+272,7
@@
int MAIN(int argc, char **argv)
}
while (!done);
}
+ ret = 0;
err:
ERR_print_errors(bio_err);