summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-17 14:21:59 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-17 14:21:59 +0000
commit507384f104dc62723a1a163b0cd17fe98af859da (patch)
tree646ff6abe8fef972f0c66951158ff323e5c2ca55
parent8608fd371cabd5f55bc234ca1748665607a94c02 (diff)
downloadlasso-507384f104dc62723a1a163b0cd17fe98af859da.tar.gz
lasso-507384f104dc62723a1a163b0cd17fe98af859da.tar.xz
lasso-507384f104dc62723a1a163b0cd17fe98af859da.zip
added UnsupportedProfile constant
-rw-r--r--lasso/xml/strings.c1
-rw-r--r--lasso/xml/strings.h1
2 files changed, 2 insertions, 0 deletions
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[];