summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-03 17:35:03 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-03 17:35:03 +0000
commit12d4132e89409b8154b67c81933ac54f0f862e03 (patch)
treeb119eb89e590d6787878fb356598f6367dd10eea /python/lassomod.c
parent82ecd5525e3f07fe96054a80ae17a0e855142715 (diff)
downloadlasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.gz
lasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.xz
lasso-12d4132e89409b8154b67c81933ac54f0f862e03.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 5186b7e4..7a29481e 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -100,8 +100,8 @@ static PyMethodDef lasso_methods[] = {
{"lib_authn_request_set_relayState", lib_authn_request_set_relayState, METH_VARARGS},
/* py_lib_authn_response.h */
- {"lib_authn_response_new", lib_authn_response_new, METH_VARARGS},
- {"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS},
+/* {"lib_authn_response_new", lib_authn_response_new, METH_VARARGS}, */
+/* {"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS}, */
/* py_lib_federation_termination_notification.h */
{"lib_federation_termination_notification_new", lib_federation_termination_notification_new, METH_VARARGS},