hx509: Remove unused variable
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
59f89e4b15
commit
bbe9c83b19
@@ -1520,13 +1520,11 @@ hx509_cms_create_signed(hx509_context context,
|
|||||||
heim_octet_string *signed_data)
|
heim_octet_string *signed_data)
|
||||||
{
|
{
|
||||||
unsigned int i, j;
|
unsigned int i, j;
|
||||||
hx509_name name;
|
|
||||||
int ret;
|
int ret;
|
||||||
size_t size;
|
size_t size;
|
||||||
struct sigctx sigctx;
|
struct sigctx sigctx;
|
||||||
|
|
||||||
memset(&sigctx, 0, sizeof(sigctx));
|
memset(&sigctx, 0, sizeof(sigctx));
|
||||||
memset(&name, 0, sizeof(name));
|
|
||||||
|
|
||||||
if (eContentType == NULL)
|
if (eContentType == NULL)
|
||||||
eContentType = &asn1_oid_id_pkcs7_data;
|
eContentType = &asn1_oid_id_pkcs7_data;
|
||||||
|
Reference in New Issue
Block a user