Print this page
3882 remove xmod & friends

*** 87,114 **** static struct gss_config dummy_mechanism = {{10, "\053\006\001\004\001\052\002\032\001\002"}, NULL, /* context */ NULL, /* next */ TRUE, /* uses_kmod */ - /* EXPORT DELETE START */ /* CRYPT DELETE START */ dummy_gss_unseal, - /* EXPORT DELETE END */ /* CRYPT DELETE END */ dummy_gss_delete_sec_context, - /* EXPORT DELETE START */ /* CRYPT DELETE START */ dummy_gss_seal, - /* EXPORT DELETE END */ /* CRYPT DELETE END */ dummy_gss_import_sec_context, - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ - #if 0 - /* CRYPT DELETE END */ - dummy_gss_seal, - dummy_gss_unseal, - /* CRYPT DELETE START */ - #endif - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ dummy_gss_sign, dummy_gss_verify }; static gss_mechanism --- 87,100 ----
*** 273,283 **** dprintf("Leaving gss_verify\n"); return (GSS_S_COMPLETE); } - /* EXPORT DELETE START */ /*ARGSUSED*/ static OM_uint32 dummy_gss_seal(context, minor_status, context_handle, conf_req_flag, qop_req, input_message_buffer, conf_state, output_message_buffer, gssd_ctx_verifier) --- 259,268 ----
*** 361,372 **** dprintf("Leaving gss_unseal\n"); return (GSS_S_COMPLETE); } - /* EXPORT DELETE END */ - /*ARGSUSED*/ OM_uint32 dummy_gss_import_sec_context(ct, minor_status, interprocess_token, context_handle) void *ct; --- 346,355 ----