summaryrefslogtreecommitdiffstats
path: root/python/xml/py_saml_assertion.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:46:01 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:46:01 +0000
commit16d7f6b804f0235bec0f7ccdd376a814a85b4622 (patch)
tree8afb2bb250366884c09b227a685a46d748f43c0e /python/xml/py_saml_assertion.h
parent2c2f3f9299f8953fb4f6483d3040b8689fece2b5 (diff)
downloadlasso-16d7f6b804f0235bec0f7ccdd376a814a85b4622.tar.gz
lasso-16d7f6b804f0235bec0f7ccdd376a814a85b4622.tar.xz
lasso-16d7f6b804f0235bec0f7ccdd376a814a85b4622.zip
saml_assertion_set_signature() function added
Diffstat (limited to 'python/xml/py_saml_assertion.h')
-rw-r--r--python/xml/py_saml_assertion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/xml/py_saml_assertion.h b/python/xml/py_saml_assertion.h
index 91cd5129..7d08fd65 100644
--- a/python/xml/py_saml_assertion.h
+++ b/python/xml/py_saml_assertion.h
@@ -38,5 +38,6 @@ PyObject *LassoSamlAssertion_wrap(LassoSamlAssertion *assertion);
PyObject *saml_assertion_new(PyObject *self, PyObject *args);
PyObject *saml_assertion_add_authenticationStatement(PyObject *self, PyObject *args);
+PyObject *saml_assertion_set_signature(PyObject *self, PyObject *args);
#endif /* __PYLASSO_PY_SAML_ASSERTION_H__ */