summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/saml2_encrypted_element.h
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2006-11-23 17:44:26 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2006-11-23 17:44:26 +0000
commit0a391478bec7bb5afcb3f8a708d1abda9605e3f1 (patch)
treef2b93ece7b5d8554ae1ded531744779a22d7b355 /lasso/xml/saml-2.0/saml2_encrypted_element.h
parent03aa90b8b79681e1e9f6195767cb116047775caf (diff)
downloadlasso-0a391478bec7bb5afcb3f8a708d1abda9605e3f1.tar.gz
lasso-0a391478bec7bb5afcb3f8a708d1abda9605e3f1.tar.xz
lasso-0a391478bec7bb5afcb3f8a708d1abda9605e3f1.zip
Added an original node to encrypted elements, only in dumps, for the dump to be readable
Diffstat (limited to 'lasso/xml/saml-2.0/saml2_encrypted_element.h')
-rw-r--r--lasso/xml/saml-2.0/saml2_encrypted_element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/saml-2.0/saml2_encrypted_element.h b/lasso/xml/saml-2.0/saml2_encrypted_element.h
index c0f47760..3aa41108 100644
--- a/lasso/xml/saml-2.0/saml2_encrypted_element.h
+++ b/lasso/xml/saml-2.0/saml2_encrypted_element.h
@@ -59,6 +59,7 @@ struct _LassoSaml2EncryptedElement {
/* elements */
xmlNode *EncryptedData;
GList *EncryptedKey;
+ LassoNode *original_data;
};