From 0501a440bedde5e867e461d266aafe666be53e54 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 25 Apr 2005 08:26:53 +0000 Subject: r6462: Move the arcfour sbox state into it's own structure, and allocate it with talloc() for the NTLMSSP system. Andrew Bartlett (This used to be commit 7a93ac49c28d433ccf0f077294f473fe728b9995) --- source4/include/structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index 431d01aace..2800bc6cb8 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -198,3 +198,5 @@ struct wrepl_packet; struct wrepl_associate; struct wrepl_pull_table; struct wrepl_pull_names; + +struct arcfour_state; -- cgit