65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
int data_read, auth_plen, auth_psize, auth_dlen, auth_dsize;
int verified;
int throttled, throttle_override;
void *c; /* data used by ssh.c */
Socket s;
};
void x11_close(Socket s);
void *x11_invent_auth(char *proto, int protomaxlen,
char *data, int datamaxlen)
{
struct X11Auth *auth = smalloc(sizeof(struct X11Auth));
char ourdata[64];
int i;
|
<
<
|
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
int data_read, auth_plen, auth_psize, auth_dlen, auth_dsize;
int verified;
int throttled, throttle_override;
void *c; /* data used by ssh.c */
Socket s;
};
void *x11_invent_auth(char *proto, int protomaxlen,
char *data, int datamaxlen)
{
struct X11Auth *auth = smalloc(sizeof(struct X11Auth));
char ourdata[64];
int i;
|