diff options
| author | Simo Sorce <simo@redhat.com> | 2012-03-22 01:21:33 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-04-15 15:00:50 -0400 |
| commit | 3639ccb6daceb3538f1d5ecd5eca97474990a104 (patch) | |
| tree | 79e31f901b159e42886b4bb3645a4e7cfda0af41 /proxy/src/gp_export.h | |
| parent | 8d6079526dd9449f85b58e44c42b58caccaeb053 (diff) | |
| download | gss-proxy-3639ccb6daceb3538f1d5ecd5eca97474990a104.tar.gz gss-proxy-3639ccb6daceb3538f1d5ecd5eca97474990a104.tar.xz gss-proxy-3639ccb6daceb3538f1d5ecd5eca97474990a104.zip | |
Change accept/init_sec_context to use the new export context functions
Diffstat (limited to 'proxy/src/gp_export.h')
| -rw-r--r-- | proxy/src/gp_export.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/proxy/src/gp_export.h b/proxy/src/gp_export.h index bef285a..15a6780 100644 --- a/proxy/src/gp_export.h +++ b/proxy/src/gp_export.h @@ -40,11 +40,4 @@ uint32_t gp_export_ctx_id_to_gssx(uint32_t *min, int type, uint32_t gp_import_gssx_to_ctx_id(uint32_t *min, int type, gssx_ctx *in, gss_ctx_id_t *out); -/* Compat fns */ -#define gp_conv_ctx_id_to_gssx(min, in, out) \ - gp_export_ctx_id_to_gssx(min, 0, in, out) -static int32_t dummy_min; -#define gp_conv_gssx_to_ctx_id(in, out) \ - (uint32_t)gp_import_gssx_to_ctx_id(&dummy_min, 0, in, out) - #endif /* _GSS_EXPORT_H_ */ |
