secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should not be done via ntlm_auth.

This commit is contained in:
Kai Blin 2006-10-15 21:12:11 +02:00 committed by Alexandre Julliard
parent b629b6defd
commit e338a30e59
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ typedef struct _SecurePackage
typedef enum _helper_mode {
NTLM_SERVER,
NTLM_CLIENT,
NEGO_SERVER,
NEGO_CLIENT,
NUM_HELPER_MODES
} HelperMode;