summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r--daemon/httpauthd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h
index 4c7c8d6..36c8449 100644
--- a/daemon/httpauthd.h
+++ b/daemon/httpauthd.h
@@ -118,6 +118,7 @@ typedef struct ha_context
const char* realm;
/* For digest auth: */
+ unsigned int digest_ignoremethod : 1;
unsigned int digest_ignoreuri : 1;
unsigned int digest_ignorenc : 1;
const char* digest_debugnonce;