return 0 if 'noout' is used and no error has occurred
PR: 1435 Submitted by: "Haridharan" <haridharan@gmail.com>
This commit is contained in:
parent
0f997d0dc3
commit
10a10fb834
1 changed files with 3 additions and 0 deletions
|
@ -347,7 +347,10 @@ bad:
|
|||
}
|
||||
|
||||
if (noout)
|
||||
{
|
||||
ret = 0;
|
||||
goto end;
|
||||
}
|
||||
|
||||
BIO_printf(bio_err, "writing EC key\n");
|
||||
if (outformat == FORMAT_ASN1)
|
||||
|
|
Loading…
Reference in a new issue