diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-28 10:32:36 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-28 10:32:36 +0000 |
| commit | acf8e2c6fce24f1983364c44e0d6d5bbc03f8eae (patch) | |
| tree | 3f934034e772f257b1fe386ebe1a70eec3e386ca | |
| parent | 3a50748da302b71907e80aaed75f15f20eaed456 (diff) | |
add forgottent static modifier
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index 935a477d..a1daa890 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -59,7 +59,7 @@ struct _LassoWsfProfilePrivate GList *credentials; }; -gint lasso_wsf_profile_verify_x509_authentication(LassoWsfProfile *profile, +static gint lasso_wsf_profile_verify_x509_authentication(LassoWsfProfile *profile, xmlDoc *doc, xmlSecKey *public_key); static gboolean lasso_wsf_profile_has_saml_authentication(LassoWsfProfile *profile); static gboolean lasso_wsf_profile_has_x509_authentication(LassoWsfProfile *profile); |
