diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-25 00:48:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-25 00:48:14 +0000 |
commit | bb59442e8131ab45ab36900c05c02757eca05feb (patch) | |
tree | bf4ba74235ed3ded3704cfe4472165d2abd64315 /daemon/httpauthd.h | |
parent | b200e99089f3e52bf8306a122cbd81054a60887a (diff) |
Removed NTLM support from the main branch.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index 4dec1d0..18869f8 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -253,9 +253,6 @@ void ha_memerr(const ha_request_t* rq); #define HA_TYPE_DIGEST 1 << 2 #define HA_PREFIX_DIGEST "Digest " -#define HA_TYPE_NTLM 1 << 3 -#define HA_PREFIX_NTLM "NTLM " - /* ----------------------------------------------------------------------- * URI Parse Support |