Author: abartlet Date: 2005-01-10 22:53:52 +0000 (Mon, 10 Jan 2005) New Revision: 4658
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4658 Log: (grr, commited wrong file last time). We really should have a seperate structure for this (the ARCFOUR sbox), but for now, get the declaration right. Andrew Bartlett Modified: branches/SAMBA_4_0/source/libcli/util/smbdes.c Changeset: Modified: branches/SAMBA_4_0/source/libcli/util/smbdes.c =================================================================== --- branches/SAMBA_4_0/source/libcli/util/smbdes.c 2005-01-10 22:52:01 UTC (rev 4657) +++ branches/SAMBA_4_0/source/libcli/util/smbdes.c 2005-01-10 22:53:52 UTC (rev 4658) @@ -365,7 +365,7 @@ } /* initialise the arcfour sbox with key */ -void arcfour_init(uint8_t s_box[256], const DATA_BLOB *key) +void arcfour_init(uint8_t s_box[258], const DATA_BLOB *key) { int ind; uint8_t j = 0;