prepare for next release
[oweals/openssl.git] / crypto / pkcs7 / pk7_mime.c
index 7762d647ca70023b653181ce5cfdf98b9f5009f8..831b47d230b7708d46d4c93d75c5e01bb57e629a 100644 (file)
@@ -73,7 +73,6 @@ static int pk7_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
        {
        PKCS7 *p7 = (PKCS7 *)val;
        BIO *tmpbio, *p7bio;
-       int r = 0;
 
        if (!(flags & SMIME_DETACHED))
                {
@@ -95,8 +94,6 @@ static int pk7_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
        if (PKCS7_dataFinal(p7, p7bio) <= 0)
                goto err;
 
-       r = 1;
-
        err:
 
        /* Now remove any digests prepended to the BIO */