summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/samlp2_status_response.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-12 15:39:48 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-12 15:39:48 +0000
commit2ff13e5414a25e85a79417413e6bca36b44f4153 (patch)
tree49fd794f944713e6f4468bd7ab517b14ac434f40 /lasso/xml/saml-2.0/samlp2_status_response.c
parent0988cc2ec8650ee7bd30b4869a9b0afec704c89f (diff)
downloadlasso-2ff13e5414a25e85a79417413e6bca36b44f4153.tar.gz
lasso-2ff13e5414a25e85a79417413e6bca36b44f4153.tar.xz
lasso-2ff13e5414a25e85a79417413e6bca36b44f4153.zip
SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-Artefact
Diffstat (limited to 'lasso/xml/saml-2.0/samlp2_status_response.c')
-rw-r--r--lasso/xml/saml-2.0/samlp2_status_response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/saml-2.0/samlp2_status_response.c b/lasso/xml/saml-2.0/samlp2_status_response.c
index d530dcab..96febdd9 100644
--- a/lasso/xml/saml-2.0/samlp2_status_response.c
+++ b/lasso/xml/saml-2.0/samlp2_status_response.c
@@ -173,9 +173,9 @@ class_init(LassoSamlp2StatusResponseClass *klass)
LassoSamlp2StatusResponse, sign_type);
nclass->node_data->sign_method_offset = G_STRUCT_OFFSET(
LassoSamlp2StatusResponse, sign_method);
- nclass->node_data->private_key_file_offset = G_STRUCT_OFFSET(LassoSaml2StatusResponse,
+ nclass->node_data->private_key_file_offset = G_STRUCT_OFFSET(LassoSamlp2StatusResponse,
private_key_file);
- nclass->node_data->certificate_file_offset = G_STRUCT_OFFSET(LassoSaml2StatusResponse,
+ nclass->node_data->certificate_file_offset = G_STRUCT_OFFSET(LassoSamlp2StatusResponse,
certificate_file);
nclass->node_data->keep_xmlnode = TRUE;
}