summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-10-18 17:32:56 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-10-18 17:32:56 +0200
commitb8cf183c3708bed29d6b6f6a0685e66dc5ab13e6 (patch)
treec545cafab3a08e601e565e860f51ba9daf5bac32 /lasso
parent94a9fe4f02872bfb4fcb1d115194dbb3f3061cc4 (diff)
downloadlasso-b8cf183c3708bed29d6b6f6a0685e66dc5ab13e6.tar.gz
lasso-b8cf183c3708bed29d6b6f6a0685e66dc5ab13e6.tar.xz
lasso-b8cf183c3708bed29d6b6f6a0685e66dc5ab13e6.zip
[xml saml-2.0] add missing annotation for binding generation to header for LassoKeyInformationDataType
Diffstat (limited to 'lasso')
-rw-r--r--lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h
index 3119bf90..a30610c8 100644
--- a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h
+++ b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.h
@@ -58,7 +58,7 @@ struct _LassoSaml2KeyInfoConfirmationDataType {
/*< public >*/
/* attributes */
- GList *KeyInfo;
+ GList *KeyInfo; /* of LassoDsKeyInfo */
};