summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-22 01:18:19 -0400
committerSimo Sorce <simo@redhat.com>2012-04-15 15:00:49 -0400
commit9c6e6122208d1ebfc0d1edbb79dd3ae71e368c60 (patch)
treef14835e6de5e9cbd178e4641eed066c8052ef62c /proxy/src/gp_conv.h
parent781d0f14cc295cee0973337f81fa7d2598ff8359 (diff)
downloadgss-proxy-9c6e6122208d1ebfc0d1edbb79dd3ae71e368c60.tar.gz
gss-proxy-9c6e6122208d1ebfc0d1edbb79dd3ae71e368c60.tar.xz
gss-proxy-9c6e6122208d1ebfc0d1edbb79dd3ae71e368c60.zip
Move ctx_id function and add export type option
Move the function to export a context to gssx_ctx or import into gp_export.c Add function to check for exported_context_type option in call_ctx
Diffstat (limited to 'proxy/src/gp_conv.h')
-rw-r--r--proxy/src/gp_conv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proxy/src/gp_conv.h b/proxy/src/gp_conv.h
index 3c1ceb6..b0c69fb 100644
--- a/proxy/src/gp_conv.h
+++ b/proxy/src/gp_conv.h
@@ -60,10 +60,6 @@ uint32_t gp_conv_name_to_gssx_alloc(uint32_t *min,
gss_name_t in, gssx_name **out);
uint32_t gp_conv_gssx_to_name(uint32_t *min, gssx_name *in, gss_name_t *out);
-uint32_t gp_conv_ctx_id_to_gssx(uint32_t *min,
- gss_ctx_id_t *in, gssx_ctx *out);
-int gp_conv_gssx_to_ctx_id(gssx_ctx *in, gss_ctx_id_t *out);
-
int gp_conv_status_to_gssx(struct gssx_call_ctx *call_ctx,
uint32_t ret_maj, uint32_t ret_min,
gss_OID mech, struct gssx_status *status);