Loading crypto/pkcs7/pk7_lib.c +0 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,6 @@ int PKCS7_set_type(PKCS7 *p7, int type) ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1); if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1)) goto err; break; p7->d.signed_and_enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); break; Loading Loading
crypto/pkcs7/pk7_lib.c +0 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,6 @@ int PKCS7_set_type(PKCS7 *p7, int type) ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1); if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version,1)) goto err; break; p7->d.signed_and_enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); break; Loading