add crypto bits.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19446 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-19 15:35:53 +00:00
parent 86e8665085
commit e668adb5d7

View File

@@ -67,8 +67,16 @@ typedef struct {
OM_uint32 status;
#define STATUS_OPEN 1
#define STATUS_CLIENT 2
#define STATUS_SESSIONKEY 4
char *username;
char *password;
krb5_data sessionkey;
struct {
uint32_t send_seq;
uint32_t recv_seq;
RC4_KEY key;
} crypto;
} *ntlm_ctx;
typedef struct {