diff options
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 4 |
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}, |
