summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index b89613e5..af6a6897 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -210,12 +210,13 @@ static PyMethodDef lasso_methods[] = {
{"login_build_authn_response_msg", login_build_authn_response_msg, METH_VARARGS},
{"login_build_request_msg", login_build_request_msg, METH_VARARGS},
{"login_dump", login_dump, METH_VARARGS},
- {"login_process_authn_response_msg", login_process_authn_response_msg, METH_VARARGS},
- {"login_process_request_msg", login_process_request_msg, METH_VARARGS},
{"login_init_authn_request", login_init_authn_request, METH_VARARGS},
{"login_init_from_authn_request_msg", login_init_from_authn_request_msg, METH_VARARGS},
{"login_init_request", login_init_request, METH_VARARGS},
{"login_must_authenticate", login_must_authenticate, METH_VARARGS},
+ {"login_process_authn_response_msg", login_process_authn_response_msg, METH_VARARGS},
+ {"login_process_request_msg", login_process_request_msg, METH_VARARGS},
+ {"login_process_response_msg", login_process_response_msg, METH_VARARGS},
/* py_logout.h */
{"logout_new", logout_new, METH_VARARGS},