split RC4 send and recv keystreams
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19457 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -73,10 +73,9 @@ typedef struct {
|
||||
krb5_data sessionkey;
|
||||
|
||||
struct {
|
||||
uint32_t send_seq;
|
||||
uint32_t recv_seq;
|
||||
uint32_t seq;
|
||||
RC4_KEY key;
|
||||
} crypto;
|
||||
} crypto_send, crypto_recv;
|
||||
} *ntlm_ctx;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user