diff options
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index 7bed54d6d8..01fd14fb02 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -73,7 +73,12 @@ struct gensec_ntlmssp_state /* internal variables used by KEY_EXCH (client-supplied user session key */ DATA_BLOB encrypted_session_key; - + + /** + * Private data for the callback functions + */ + void *callback_private; + /** * Callback to get the 'challenge' used for NTLM authentication. * |