diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-12-05 13:50:41 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-12-05 13:50:41 +0000 |
| commit | 4b8479820a72d32277024e2be198e57cf3c680ef (patch) | |
| tree | 9e486b6aabd580bf7e4a6e2517fc93e9a57e1aff | |
| parent | 38acc2883bc4ccecd4887e523ca69c2be178d967 (diff) | |
break ABI less than before
| -rw-r--r-- | lasso/xml/saml_subject.h | 2 |
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 { |
