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:
0f997d0
)
return 0 if 'noout' is used and no error has occurred
author
Nils Larsch
<nils@openssl.org>
Tue, 5 Dec 2006 20:09:25 +0000
(20:09 +0000)
committer
Nils Larsch
<nils@openssl.org>
Tue, 5 Dec 2006 20:09:25 +0000
(20:09 +0000)
PR: 1435
Submitted by: "Haridharan" <haridharan@gmail.com>
apps/ec.c
patch
|
blob
|
history
diff --git
a/apps/ec.c
b/apps/ec.c
index 9ddaddfe5e7033858f749b7c52f359e9d7a7462b..c63437fe2acd566b3b1766aad63225cdb1f57325 100644
(file)
--- a/
apps/ec.c
+++ b/
apps/ec.c
@@
-347,7
+347,10
@@
bad:
}
if (noout)
+ {
+ ret = 0;
goto end;
+ }
BIO_printf(bio_err, "writing EC key\n");
if (outformat == FORMAT_ASN1)