From 507384f104dc62723a1a163b0cd17fe98af859da Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 17 Aug 2004 14:21:59 +0000 Subject: added UnsupportedProfile constant --- lasso/xml/strings.c | 1 + lasso/xml/strings.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lasso/xml/strings.c b/lasso/xml/strings.c index 89bb42f4..fa0fe002 100644 --- a/lasso/xml/strings.c +++ b/lasso/xml/strings.c @@ -67,6 +67,7 @@ const xmlChar lassoLibStatusCodeNoSupportedIDP[] = "lib:No const xmlChar lassoLibStatusCodeProxyCountExceeded[] = "lib:ProxyCountExceeded"; const xmlChar lassoLibStatusCodeUnknownPrincipal[] = "lib:UnknownPrincipal"; const xmlChar lassoLibStatusCodeUnsignedAuthnRequest[] = "lib:UnsignedAuthnRequest"; +const xmlChar lassoLibStatusCodeUnsupportedProfile[] = "lib:UnsupportedProfile"; /* ProtocolProfile */ const xmlChar lassoLibProtocolProfileSSOGet[] = "http://projectliberty.org/profiles/sso-get"; diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h index 04216c3a..366bcc78 100644 --- a/lasso/xml/strings.h +++ b/lasso/xml/strings.h @@ -75,6 +75,7 @@ LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeNoSupportedIDP[]; LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeProxyCountExceeded[]; LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeUnknownPrincipal[]; LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeUnsignedAuthnRequest[]; +LASSO_EXPORT_VAR const xmlChar lassoLibStatusCodeUnsupportedProfile[]; /* ProtocolProfile */ LASSO_EXPORT_VAR const xmlChar lassoLibProtocolProfileSSOGet[]; -- cgit