summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-12-05 13:50:41 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-12-05 13:50:41 +0000
commit4b8479820a72d32277024e2be198e57cf3c680ef (patch)
tree9e486b6aabd580bf7e4a6e2517fc93e9a57e1aff
parent38acc2883bc4ccecd4887e523ca69c2be178d967 (diff)
break ABI less than before
-rw-r--r--lasso/xml/saml_subject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml_subject.h b/lasso/xml/saml_subject.h
index 75b72619..e1b31d40 100644
--- a/lasso/xml/saml_subject.h
+++ b/lasso/xml/saml_subject.h
@@ -53,8 +53,8 @@ struct _LassoSamlSubject {
/*< public >*/
LassoSamlNameIdentifier *NameIdentifier;
- LassoSaml2EncryptedElement *EncryptedNameIdentifier;
LassoSamlSubjectConfirmation *SubjectConfirmation;
+ LassoSaml2EncryptedElement *EncryptedNameIdentifier;
};
struct _LassoSamlSubjectClass {