summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-10-18 16:57:36 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-10-18 17:45:47 +0200
commite1873931f1105991177c643a5300f05e8d24541f (patch)
tree65d933070ea25786fafe3a6865cf6176eebcc72c
parent696d691385b5509a7a93a591c66f7a1726f73754 (diff)
downloadgss-proxy-e1873931f1105991177c643a5300f05e8d24541f.tar.gz
gss-proxy-e1873931f1105991177c643a5300f05e8d24541f.tar.xz
gss-proxy-e1873931f1105991177c643a5300f05e8d24541f.zip
Fix gssi_export_name_composite() function name.
-rw-r--r--proxy/src/mechglue/gpp_import_and_canon_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/mechglue/gpp_import_and_canon_name.c b/proxy/src/mechglue/gpp_import_and_canon_name.c
index 466803c..e121782 100644
--- a/proxy/src/mechglue/gpp_import_and_canon_name.c
+++ b/proxy/src/mechglue/gpp_import_and_canon_name.c
@@ -159,7 +159,7 @@ OM_uint32 gssi_export_name(OM_uint32 *minor_status,
return maj;
}
-OM_uint32 gssi_export_composite_name(OM_uint32 *minor_status,
+OM_uint32 gssi_export_name_composite(OM_uint32 *minor_status,
const gss_name_t input_name,
gss_buffer_t exported_composite_name)
{