diff options
Diffstat (limited to 'lasso/xml/lib_authentication_statement.h')
-rw-r--r-- | lasso/xml/lib_authentication_statement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/lib_authentication_statement.h b/lasso/xml/lib_authentication_statement.h index 09e887ba..9ddd61fe 100644 --- a/lasso/xml/lib_authentication_statement.h +++ b/lasso/xml/lib_authentication_statement.h @@ -54,7 +54,7 @@ typedef struct _LassoLibAuthenticationStatementClass LassoLibAuthenticationState struct _LassoLibAuthenticationStatement { LassoSamlAuthenticationStatement parent; - /* <xs:element ref="AuthnContext" minOccurs="0"/> */ + /* <xs:element ref="AuthnContext" minOccurs="0"/> */ LassoLibAuthnContext *AuthnContext; /* <xs:attribute name="ReauthenticateOnOrAfter" type="xs:dateTime" use="optional"/> */ char *ReauthenticateOnOrAfter; |