summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/profile.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:54 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:54 +0000
commit02790870291449ae11d86cffd63eb599f1e59b4a (patch)
treea23bec1a744730f1582af0d44ca233b81585fde4 /lasso/saml-2.0/profile.c
parentec411327bf565596f37d6ad378f7b6ca86a6814a (diff)
downloadlasso-02790870291449ae11d86cffd63eb599f1e59b4a.tar.gz
lasso-02790870291449ae11d86cffd63eb599f1e59b4a.tar.xz
lasso-02790870291449ae11d86cffd63eb599f1e59b4a.zip
Documentation: distribute stylesheet, fix documentation comments, compelte lasso-sections.txt
Diffstat (limited to 'lasso/saml-2.0/profile.c')
-rw-r--r--lasso/saml-2.0/profile.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lasso/saml-2.0/profile.c b/lasso/saml-2.0/profile.c
index 2c54d8db..3a337ee2 100644
--- a/lasso/saml-2.0/profile.c
+++ b/lasso/saml-2.0/profile.c
@@ -783,9 +783,10 @@ lasso_saml20_profile_build_soap_request_msg(LassoProfile *profile, const char *u
return 0;
}
-/**
+/*
* the url parameters is special for this function, it does not give the destination of the message
- * (it's implicit for the caller of this function) but where response should be posted later) */
+ * (it's implicit for the caller of this function) but where response should be posted later).
+ */
static int
lasso_profile_saml20_build_paos_request_msg(LassoProfile *profile, const char *url)
{