return failure code if I/O error

This commit is contained in:
Dr. Stephen Henson 2012-03-06 19:08:30 +00:00
parent 6720779c7e
commit 73eb0972cf

View File

@ -112,7 +112,7 @@ static int cms_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
cmsbio = tmpbio;
}
return 1;
return r;
}