diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-01 03:29:43 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-08-01 03:29:43 +0000 |
| commit | b9db3340dd2bb3b36ccd199ff450dc0b53fcfc35 (patch) | |
| tree | ef350be02a7442c759859f09df790d3a7d8cc9da /lasso/xml/saml_assertion.h | |
| parent | 0ecf1691ba1f1590b480ee53a6af0c0dbb66424a (diff) | |
Added a new argument 'err' (GError *) in 5 methods:
lasso_ds_signature_sign,
lasso_node_add_signature,
lasso_node_verify_signature,
lasso_saml_assertion_set_signature,
lasso_samlp_request_abstract_set_signature,
lasso_samlp_response_abstract_set_signature
for reporting always more errors.
Diffstat (limited to 'lasso/xml/saml_assertion.h')
| -rw-r--r-- | lasso/xml/saml_assertion.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lasso/xml/saml_assertion.h b/lasso/xml/saml_assertion.h index 4e83803b..95962d02 100644 --- a/lasso/xml/saml_assertion.h +++ b/lasso/xml/saml_assertion.h @@ -90,10 +90,11 @@ LASSO_EXPORT void lasso_saml_assertion_set_majorVersion (LassoSamlAss LASSO_EXPORT void lasso_saml_assertion_set_minorVersion (LassoSamlAssertion *node, const xmlChar *minorVersion); -LASSO_EXPORT gint lasso_saml_assertion_set_signature (LassoSamlAssertion *node, - gint sign_method, - const xmlChar *private_key_file, - const xmlChar *certificate_file); +LASSO_EXPORT gint lasso_saml_assertion_set_signature (LassoSamlAssertion *node, + gint sign_method, + const xmlChar *private_key_file, + const xmlChar *certificate_file, + GError **err); #ifdef __cplusplus } |
