From 6d7feb248daf16c260007388692d6de48416d9b7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 31 May 2007 23:29:35 +0000 Subject: Support ignoring the HTTP method. --- daemon/httpauthd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon/httpauthd.h') 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; -- cgit v1.2.3