summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_export.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-06-22 14:45:11 +0200
committerSimo Sorce <simo@redhat.com>2012-06-25 17:00:45 -0400
commit4a0b3469269df05f190b568b5be24e9a95b9e41d (patch)
treeeb5011e04981577e3e0cc35eb1685090af6084c9 /proxy/src/gp_export.c
parent2c1530def138a8a1caaf82d31b93994090406e80 (diff)
downloadgss-proxy-4a0b3469269df05f190b568b5be24e9a95b9e41d.tar.gz
gss-proxy-4a0b3469269df05f190b568b5be24e9a95b9e41d.tar.xz
gss-proxy-4a0b3469269df05f190b568b5be24e9a95b9e41d.zip
Make gp_import_gssx_cred() static, it is not used outside this file.
Guenther Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gp_export.c')
-rw-r--r--proxy/src/gp_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_export.c b/proxy/src/gp_export.c
index 8b9ee24..c286e6d 100644
--- a/proxy/src/gp_export.c
+++ b/proxy/src/gp_export.c
@@ -357,7 +357,7 @@ done:
return ret_maj;
}
-int gp_import_gssx_cred(octet_string *in, gss_cred_id_t *out)
+static int gp_import_gssx_cred(octet_string *in, gss_cred_id_t *out)
{
if (in) {
memcpy(out, in->octet_string_val, sizeof(gss_cred_id_t));