Commit 73eb0972 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

return failure code if I/O error

parent 6720779c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static int cms_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
		cmsbio = tmpbio;
		}

	return 1;
	return r;

	}