s3:ntlmssp: remove unused p24 variable from ntlmssp_sign_init()
[samba.git] / source4 / auth / ntlm / auth_proto.h
index 572c1a4ca7d3c6e4e9109087fad0ccba9dbfd0e4..5e8c725ea0af359b42190e9979d40056b593490a 100644 (file)
@@ -23,7 +23,7 @@ NTSTATUS server_service_auth_init(void);
 
 /* The following definitions come from auth/ntlm/auth_util.c  */
 
-NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, DATA_BLOB *challenge);
+NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, uint8_t chal[8]);
 
 /****************************************************************************
  Create an auth_usersupplied_data structure after appropriate mapping.