diff options
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 4ebbc412..c17a8edc 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -207,8 +207,10 @@ static PyMethodDef lasso_methods[] = { {"login_new_from_dump", login_new_from_dump, METH_VARARGS}, {"login_build_artifact_msg", login_build_artifact_msg, METH_VARARGS}, {"login_build_authn_request_msg", login_build_authn_request_msg, METH_VARARGS}, + {"login_build_request_msg", login_build_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}, /* py_logout.h */ |
