return 0 if 'noout' is used and no has occurred
PR: 1435 Submitted by: "Haridharan" <haridharan@gmail.com>
This commit is contained in:
parent
3c786aa6c8
commit
36abe6fe61
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