summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_request_authn_context.h
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-27 01:18:29 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-27 01:18:29 +0000
commit045505afc2ea50edb4714037640df59308b5ea05 (patch)
tree9a6b2e8c224c6b53440d6b400e976d55f77e8e62 /lasso/xml/lib_request_authn_context.h
parent6c9cdc6b995448349d10274d85468dd38e9b56d3 (diff)
downloadlasso-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.h2
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 {