Commit e338a30e authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate…

secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should not be done via ntlm_auth.
parent b629b6de
...@@ -50,8 +50,6 @@ typedef struct _SecurePackage ...@@ -50,8 +50,6 @@ typedef struct _SecurePackage
typedef enum _helper_mode { typedef enum _helper_mode {
NTLM_SERVER, NTLM_SERVER,
NTLM_CLIENT, NTLM_CLIENT,
NEGO_SERVER,
NEGO_CLIENT,
NUM_HELPER_MODES NUM_HELPER_MODES
} HelperMode; } HelperMode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment