diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 16:43:43 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-13 16:43:43 +0000 |
commit | bf0f282902c5d002b80a38b11dea3b754f39d447 (patch) | |
tree | 7886f1ecc4de1e42b8b023ad60d70db50480e693 /python/protocols/py_authn_response.h | |
parent | 9e310a22c9e71d94ea8b94f64cfef3e682280e7e (diff) | |
download | lasso-bf0f282902c5d002b80a38b11dea3b754f39d447.tar.gz lasso-bf0f282902c5d002b80a38b11dea3b754f39d447.tar.xz lasso-bf0f282902c5d002b80a38b11dea3b754f39d447.zip |
authn_response_add_assetion() function removed
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r-- | python/protocols/py_authn_response.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h index 79e3f20b..429745bd 100644 --- a/python/protocols/py_authn_response.h +++ b/python/protocols/py_authn_response.h @@ -40,7 +40,6 @@ PyObject *LassoAuthnResponse_wrap(LassoAuthnResponse *response); PyObject *authn_response_getattr(PyObject *self, PyObject *args); PyObject *authn_response_new_from_dump(PyObject *self, PyObject *args); PyObject *authn_response_new_from_request_query(PyObject *self, PyObject *args); -PyObject *authn_response_add_assertion(PyObject *self, PyObject *args); PyObject *authn_response_must_authenticate(PyObject *self, PyObject *args); PyObject *authn_response_process_authentication_result(PyObject *self, PyObject *args); PyObject *authn_response_verify_signature(PyObject *self, PyObject *args); |