summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_assertion.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_assertion.h')
-rw-r--r--lasso/xml/saml_assertion.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lasso/xml/saml_assertion.h b/lasso/xml/saml_assertion.h
index 4ee3e4d6..6f1a1d6c 100644
--- a/lasso/xml/saml_assertion.h
+++ b/lasso/xml/saml_assertion.h
@@ -93,8 +93,7 @@ LASSO_EXPORT void lasso_saml_assertion_set_minorVersion (LassoSamlAss
LASSO_EXPORT gint lasso_saml_assertion_set_signature (LassoSamlAssertion *node,
gint sign_method,
const xmlChar *private_key_file,
- const xmlChar *certificate_file,
- GError **err);
+ const xmlChar *certificate_file);
#ifdef __cplusplus
}