summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-19 11:01:02 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-19 11:01:02 +0000
commite7d93713fee4968c32245d7fd712d10249eeb572 (patch)
treeb6a04e35304cdce2606ee09bb6a8b7afd69fc3c4
parentc13c02c83f7ab89c5b9773db04d1f36bd14e2729 (diff)
WS-Security: fix typo in name of string symbols
* lasso/xml/idwsf_strings.h: uppercase define for WS-Securities SOAP faults.
-rw-r--r--lasso/xml/idwsf_strings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lasso/xml/idwsf_strings.h b/lasso/xml/idwsf_strings.h
index 431f2e1a..80d08d91 100644
--- a/lasso/xml/idwsf_strings.h
+++ b/lasso/xml/idwsf_strings.h
@@ -542,7 +542,7 @@
*
* Fault code for WS-Security tokens handling
*/
-#define LASSO_WSSE_SECEXT_FAULT_CODE_Unsupported_Security_Token \
+#define LASSO_WSSE_SECEXT_FAULT_CODE_UNSUPPORTED_SECURITY_TOKEN \
"wsse:UnsupportedSecurityToken"
/**
@@ -550,7 +550,7 @@
*
* Fault code for WS-Security tokens handling
*/
-#define LASSO_WSSE_SECEXT_FAULT_CODE_Unsupported_Algorithm \
+#define LASSO_WSSE_SECEXT_FAULT_CODE_UNSUPPORTED_ALGORITHM \
"wsse:UnsupportedAlgorithm"
/**
@@ -558,7 +558,7 @@
*
* Fault code for WS-Security tokens handling
*/
-#define LASSO_WSSE_SECEXT_FAULT_CODE_Invalid_Security \
+#define LASSO_WSSE_SECEXT_FAULT_CODE_INVALID_SECURITY \
"wsse:InvalidSecurity"
/**
@@ -566,7 +566,7 @@
*
* Fault code for WS-Security tokens handling
*/
-#define LASSO_WSSE_SECEXT_FAULT_CODE_Invalid_Security_Token \
+#define LASSO_WSSE_SECEXT_FAULT_CODE_INVALID_SECURITY_TOKEN \
"wsse:InvalidSecurityToken"
/**