summaryrefslogtreecommitdiffstats
path: root/lasso/xml/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/private.h')
-rw-r--r--lasso/xml/private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h
index cbaa70e7..4d5abe28 100644
--- a/lasso/xml/private.h
+++ b/lasso/xml/private.h
@@ -108,7 +108,8 @@ xmlSecKeyPtr lasso_load_private_key_file(const char *file);
xmlSecKeyPtr lasso_get_public_key_from_pem_cert_file(const char *file);
xmlSecKeysMngr* lasso_load_certs_from_pem_certs_chain_file (const char *file);
-char* lasso_query_sign(char *query, LassoSignatureMethod sign_method, const char *private_key_file);
+char* lasso_query_sign(char *query, LassoSignatureMethod sign_method,
+ const char *private_key_file);
int lasso_query_verify_signature(const char *query, const xmlSecKey *public_key);