diff options
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index cd1d39e..d225e4b 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -188,7 +188,8 @@ typedef struct ha_options const char* realm; /* For digest auth: */ - int digest_ignoreuri; + unsigned int digest_ignoreuri : 1; + unsigned int digest_ignorenc : 1; const char* digest_domains; const char* digest_debugnonce; } |