summaryrefslogtreecommitdiffstats
path: root/python
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
parent82ecd5525e3f07fe96054a80ae17a0e855142715 (diff)
downloadlasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.gz
lasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.xz
lasso-12d4132e89409b8154b67c81933ac54f0f862e03.zip
*** empty log message ***
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_logout.c2
-rw-r--r--python/lassomod.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c
index ae9ab597..66b41c14 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.c
@@ -203,7 +203,7 @@ PyObject *logout_validate_request(PyObject *self, PyObject *args) {
}
else return NULL;
- codeError = lasso_logout_vallidate_request(LassoLogout_get(logout_obj));
+ codeError = lasso_logout_validate_request(LassoLogout_get(logout_obj));
return(int_wrap(codeError));
}
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},