summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r--daemon/httpauthd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h
index 36c8449..1540138 100644
--- a/daemon/httpauthd.h
+++ b/daemon/httpauthd.h
@@ -118,8 +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_allowany : 1;
unsigned int digest_ignorenc : 1;
const char* digest_debugnonce;
}