X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;h=00765c4c5957001936a732bb1aa78dda4e580216;hp=97ba2c86726982c60542f5a0c593f407a08532b4;hb=c4aa3d46e334461988acf17596fd34a6baa82aa3;hpb=0de0d0789d32b3517a75e77e5358303f73d84ad4 diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 97ba2c8..00765c4 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -68,6 +68,7 @@ struct mag_conn { time_t expiration; int auth_type; bool delegated; + struct databuf basic_hash; }; #define discard_const(ptr) ((void *)((uintptr_t)(ptr)))