s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server
[ira/wip.git] / auth / ntlmssp / ntlmssp.c
index 720a815449f04391c46173326b37245439719c6b..71e0186074913c273e9f721fa0fce31ecbfc2258 100644 (file)
@@ -138,10 +138,10 @@ static NTSTATUS gensec_ntlmssp_update_find(struct ntlmssp_state *ntlmssp_state,
  *                or NT_STATUS_OK if the user is authenticated.
  */
 
-static NTSTATUS gensec_ntlmssp_update(struct gensec_security *gensec_security,
-                                     TALLOC_CTX *out_mem_ctx,
-                                     struct tevent_context *ev,
-                                     const DATA_BLOB input, DATA_BLOB *out)
+NTSTATUS gensec_ntlmssp_update(struct gensec_security *gensec_security,
+                              TALLOC_CTX *out_mem_ctx,
+                              struct tevent_context *ev,
+                              const DATA_BLOB input, DATA_BLOB *out)
 {
        struct gensec_ntlmssp_context *gensec_ntlmssp =
                talloc_get_type_abort(gensec_security->private_data,