Fixed compile warning

This commit is contained in:
Valery Febvre 2004-04-05 23:26:29 +00:00
parent 5eebb14150
commit 4394c00633
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ void lasso_ds_signature_sign(LassoDsSignature *node,
const xmlChar *key_file,
const xmlChar *cert_file)
{
xmlNodePtr signature = LASSO_NODE_GET_CLASS(node)->get_xmlNode(node);
xmlNodePtr signature = LASSO_NODE_GET_CLASS(node)->get_xmlNode(LASSO_NODE(node));
xmlSecDSigCtxPtr dsig_ctx = NULL;
/* create signature context */