File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -612,6 +612,10 @@ struct mag_req_cfg *mag_init_cfg(request_rec *req)
612612 return req_cfg ;
613613}
614614
615+ static int mag_complete (struct mag_req_cfg * req_cfg , struct mag_conn * mc ,
616+ gss_name_t client , gss_OID mech_type ,
617+ uint32_t vtime , gss_cred_id_t delegated_cred );
618+
615619#ifdef HAVE_CRED_STORE
616620static bool use_s4u2proxy (struct mag_req_cfg * req_cfg ) {
617621 if (req_cfg -> cfg -> use_s4u2proxy ) {
@@ -626,10 +630,6 @@ static bool use_s4u2proxy(struct mag_req_cfg *req_cfg) {
626630 return false;
627631}
628632
629- static int mag_complete (struct mag_req_cfg * req_cfg , struct mag_conn * mc ,
630- gss_name_t client , gss_OID mech_type ,
631- uint32_t vtime , gss_cred_id_t delegated_cred );
632-
633633static apr_status_t mag_s4u2self (request_rec * req )
634634{
635635 apr_status_t ret = DECLINED ;
You can’t perform that action at this time.
0 commit comments