summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/Attic/protocols/single_sign_on_and_federation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/Attic/protocols/single_sign_on_and_federation.c b/lasso/Attic/protocols/single_sign_on_and_federation.c
index 5f1c44ee..0fd64820 100644
--- a/lasso/Attic/protocols/single_sign_on_and_federation.c
+++ b/lasso/Attic/protocols/single_sign_on_and_federation.c
@@ -409,8 +409,8 @@ lasso_authn_response_add_assertion(lassoAuthnResponse *lares,
lares->private_key,
lares->certificate);
- lasso_samlp_response_add_assertion(LASSO_SAMLP_RESPONSE(lares->node),
- LASSO_LIB_ASSERTION(assertion));
+/* lasso_samlp_response_add_assertion(LASSO_SAMLP_RESPONSE(lares->node), */
+/* LASSO_LIB_ASSERTION(assertion)); */
return (0);
}