diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-27 01:18:29 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2005-01-27 01:18:29 +0000 |
| commit | 045505afc2ea50edb4714037640df59308b5ea05 (patch) | |
| tree | 9a6b2e8c224c6b53440d6b400e976d55f77e8e62 /lasso/xml/lib_request_authn_context.h | |
| parent | 6c9cdc6b995448349d10274d85468dd38e9b56d3 (diff) | |
| download | lasso-045505afc2ea50edb4714037640df59308b5ea05.tar.gz lasso-045505afc2ea50edb4714037640df59308b5ea05.tar.xz lasso-045505afc2ea50edb4714037640df59308b5ea05.zip | |
Corrected name of element AuthnContextComparison.
Added missing constants.
Diffstat (limited to 'lasso/xml/lib_request_authn_context.h')
| -rw-r--r-- | lasso/xml/lib_request_authn_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_request_authn_context.h b/lasso/xml/lib_request_authn_context.h index 8718eaaa..b075d266 100644 --- a/lasso/xml/lib_request_authn_context.h +++ b/lasso/xml/lib_request_authn_context.h @@ -59,7 +59,7 @@ struct _LassoLibRequestAuthnContext { GList *AuthnContextStatementRef; /* <xs:element name="AuthnContextComparison" type="AuthnContextComparisonType" * minOccurs="0"/> */ - char *AuthnContextComparisonType; + char *AuthnContextComparison; }; struct _LassoLibRequestAuthnContextClass { |
