summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_response.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-28 12:44:22 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-28 12:44:22 +0000
commit07fcdf0c4e3c89941e45f353e92c715875de08c1 (patch)
treea610faff5fdc3c02304e928177cfe9edb4368921 /lasso/xml/samlp_response.c
parent86fdb04dc0d0803855a2ecd207eeebb9279bfc75 (diff)
downloadlasso-07fcdf0c4e3c89941e45f353e92c715875de08c1.tar.gz
lasso-07fcdf0c4e3c89941e45f353e92c715875de08c1.tar.xz
lasso-07fcdf0c4e3c89941e45f353e92c715875de08c1.zip
generate xmlsec signatures in get_xmlNode; this should allow envelopes (in
LECP) to work properly.
Diffstat (limited to 'lasso/xml/samlp_response.c')
-rw-r--r--lasso/xml/samlp_response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/samlp_response.c b/lasso/xml/samlp_response.c
index 5638538c..85c31999 100644
--- a/lasso/xml/samlp_response.c
+++ b/lasso/xml/samlp_response.c
@@ -124,7 +124,7 @@ lasso_samlp_response_get_type()
return response_type;
}
-LassoNode*
+LassoSamlpResponseAbstract*
lasso_samlp_response_new()
{
LassoSamlpResponseAbstract *response;
@@ -146,6 +146,6 @@ lasso_samlp_response_new()
status->StatusCode = status_code;
LASSO_SAMLP_RESPONSE(response)->Status = status;
- return LASSO_NODE(response);
+ return response;
}