Module: wine Branch: master Commit: e338a30e59e4f80493202d24fa88101f09aacb92 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e338a30e59e4f80493202d24fa...
Author: Kai Blin kai.blin@gmail.com Date: Sun Oct 15 21:12:11 2006 +0200
secur32: Get rid of NEGO_* helper modes, they will never be used. Negotiate should not be done via ntlm_auth.
---
dlls/secur32/secur32_priv.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/secur32/secur32_priv.h b/dlls/secur32/secur32_priv.h index 1ad62c5..2f99454 100644 --- a/dlls/secur32/secur32_priv.h +++ b/dlls/secur32/secur32_priv.h @@ -50,8 +50,6 @@ typedef struct _SecurePackage typedef enum _helper_mode { NTLM_SERVER, NTLM_CLIENT, - NEGO_SERVER, - NEGO_CLIENT, NUM_HELPER_MODES } HelperMode;