From 3045ecfa1df7506a826e53728231ca00451ccef4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Apr 2005 05:03:50 +0000 Subject: r6458: Split up NTLMSSP into a new directory, and into seperate files for the client and server logic code. In future, this may allow us to build only the NTLMSSP client, and not the server, but in the short-term, it allows me greater sainity in moving around these files. Andrew Bartlett (This used to be commit 2f22841c6753e3d5816c12bd463b71f74e1d8796) --- source4/torture/auth/ntlmssp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/auth/ntlmssp.c b/source4/torture/auth/ntlmssp.c index 6fb07914dd..a29f99757c 100644 --- a/source4/torture/auth/ntlmssp.c +++ b/source4/torture/auth/ntlmssp.c @@ -20,6 +20,7 @@ #include "includes.h" #include "auth/auth.h" +#include "auth/ntlmssp/ntlmssp.h" #include "lib/cmdline/popt_common.h" BOOL torture_ntlmssp_self_check(void) -- cgit