From 5e038432f76718560639c86c613ba7ccd371540c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 16 Dec 2011 16:55:36 +1100 Subject: s3-auth split the auth_generic functions into a seperate file Signed-off-by: Stefan Metzmacher --- source3/include/ntlmssp_wrap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/ntlmssp_wrap.h') diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index 4d791c335a..fb98309ab9 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -23,6 +23,8 @@ struct gensec_security; +extern const struct gensec_security_ops gensec_ntlmssp3_server_ops; + struct auth_generic_state { /* used only by server implementation */ struct auth_context *auth_context; -- cgit