X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;h=b08c38a0a8ae5125871a010fe74f975a20115540;hp=46e5c6aa8127148d53826377105b3414693d60cd;hb=86661d07812b010b8cf664c2dab596be15ff1e31;hpb=3e4f466d5224af50c6789894cca459aa4504ef47 diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 46e5c6a..b08c38a 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -63,15 +63,18 @@ struct mag_config { struct mag_server_config { gss_OID_set default_mechs; + struct seal_key *mag_skey; }; struct mag_req_cfg { + request_rec *req; struct mag_config *cfg; gss_OID_set desired_mechs; bool use_sessions; bool send_persist; const char *req_proto; const char *rep_proto; + struct seal_key *mag_skey; }; struct mag_conn {