ntlmssp: Move ntlmssp code to auth/ntlmssp
[samba.git] / auth / ntlmssp / ntlmssp_private.h
similarity index 92%
rename from libcli/auth/ntlmssp_private.h
rename to auth/ntlmssp/ntlmssp_private.h
index ff7b285b41b45ddb0eaecdda8f853fda2bf5bf36..fc74428288540847e962260deba0993053575b23 100644 (file)
@@ -39,13 +39,13 @@ union ntlmssp_crypt_state {
        } ntlm2;
 };
 
-/* The following definitions come from libcli/auth/ntlmssp.c  */
+/* The following definitions come from auth/ntlmssp.c  */
 
 void debug_ntlmssp_flags(uint32_t neg_flags);
 void ntlmssp_handle_neg_flags(struct ntlmssp_state *ntlmssp_state,
                              uint32_t neg_flags, bool allow_lm);
 
-/* The following definitions come from libcli/auth/ntlmssp_server.c  */
+/* The following definitions come from auth/ntlmssp_server.c  */
 
 const char *ntlmssp_target_name(struct ntlmssp_state *ntlmssp_state,
                                uint32_t neg_flags, uint32_t *chal_flags);