summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/ntlmssp.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-08-30 01:34:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:24 -0500
commit18bbab726884725ccf2f3264223866194855f320 (patch)
tree91c0ff4344da8762527b56eefe66503d5e1e7392 /source4/libcli/auth/ntlmssp.h
parent63b4975391d97439c37f97dd59ca9138774cea61 (diff)
downloadsamba-18bbab726884725ccf2f3264223866194855f320.tar.gz
samba-18bbab726884725ccf2f3264223866194855f320.tar.bz2
samba-18bbab726884725ccf2f3264223866194855f320.zip
r2099: Get rid of another private ARCFOUR implementation from the codebase.
Andrew Bartlett (This used to be commit 0237389ce765cbb6825b79de1b0727da0969efeb)
Diffstat (limited to 'source4/libcli/auth/ntlmssp.h')
-rw-r--r--source4/libcli/auth/ntlmssp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h
index b7fc914b75..61285e472b 100644
--- a/source4/libcli/auth/ntlmssp.h
+++ b/source4/libcli/auth/ntlmssp.h
@@ -166,10 +166,10 @@ struct ntlmssp_state
uint32_t ntlmssp_seq_num;
/* ntlmv2 */
- char send_sign_key[16];
- char send_seal_key[16];
- char recv_sign_key[16];
- char recv_seal_key[16];
+ DATA_BLOB send_sign_key;
+ DATA_BLOB send_seal_key;
+ DATA_BLOB recv_sign_key;
+ DATA_BLOB recv_seal_key;
uint8_t send_seal_hash[258];
uint8_t recv_seal_hash[258];