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:
46400c9
)
Return correct exit code.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 Feb 2009 18:06:11 +0000
(18:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 12 Feb 2009 18:06:11 +0000
(18:06 +0000)
apps/pkcs8.c
patch
|
blob
|
history
diff --git
a/apps/pkcs8.c
b/apps/pkcs8.c
index 740a725c6b631cdc0a2045a2570711d5ab57816d..43ff86d4f7221e50101669b01c7b9b4584f836d6 100644
(file)
--- a/
apps/pkcs8.c
+++ b/
apps/pkcs8.c
@@
-432,5
+432,5
@@
int MAIN(int argc, char **argv)
if (passout)
OPENSSL_free(passout);
- return
(0)
;
+ return
ret
;
}