summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-04-25 08:26:53 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-04-25 08:26:53 +0000
commitb1fd7d4c2ed6b7bbf61e2c55dd4e0e1d6d9d8e92 (patch)
treee537148a98fa99bef3155a0ded20d0c4f017f5b9 /source/include
parent421efc61d98ee58f086979e66748e46de767745a (diff)
downloadsamba-b1fd7d4c2ed6b7bbf61e2c55dd4e0e1d6d9d8e92.tar.gz
samba-b1fd7d4c2ed6b7bbf61e2c55dd4e0e1d6d9d8e92.tar.xz
samba-b1fd7d4c2ed6b7bbf61e2c55dd4e0e1d6d9d8e92.zip
r6462: Move the arcfour sbox state into it's own structure, and allocate it
with talloc() for the NTLMSSP system. Andrew Bartlett
Diffstat (limited to 'source/include')
-rw-r--r--source/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/structs.h b/source/include/structs.h
index 431d01aace6..2800bc6cb8c 100644
--- a/source/include/structs.h
+++ b/source/include/structs.h
@@ -198,3 +198,5 @@ struct wrepl_packet;
struct wrepl_associate;
struct wrepl_pull_table;
struct wrepl_pull_names;
+
+struct arcfour_state;