Skip to content
Snippets Groups Projects
Commit e338a30e authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,6 @@ typedef struct _SecurePackage
typedef enum _helper_mode {
NTLM_SERVER,
NTLM_CLIENT,
NEGO_SERVER,
NEGO_CLIENT,
NUM_HELPER_MODES
} HelperMode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment