Optimize BASIC AUTH checks with sessions.
[mod_auth_gssapi.git] / src / mod_auth_gssapi.h
index 97ba2c8..00765c4 100644 (file)
@@ -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)))