Mercurial > dropbear
comparison session.h @ 1108:2ebf450edc2d
Turn sshsession's remoteident attribute into char *
author | Gaël PORTAY <gael.portay@gmail.com> |
---|---|
date | Sat, 02 May 2015 22:48:11 +0200 |
parents | 94ff5316980f |
children | 43a8ea69b24c |
comparison
equal
deleted
inserted
replaced
1107:4f3335bba3d9 | 1108:2ebf450edc2d |
---|---|
113 int sock_out; | 113 int sock_out; |
114 | 114 |
115 /* remotehost will be initially NULL as we delay | 115 /* remotehost will be initially NULL as we delay |
116 * reading the remote version string. it will be set | 116 * reading the remote version string. it will be set |
117 * by the time any recv_() packet methods are called */ | 117 * by the time any recv_() packet methods are called */ |
118 unsigned char *remoteident; | 118 char *remoteident; |
119 | 119 |
120 int maxfd; /* the maximum file descriptor to check with select() */ | 120 int maxfd; /* the maximum file descriptor to check with select() */ |
121 | 121 |
122 | 122 |
123 /* Packet buffers/values etc */ | 123 /* Packet buffers/values etc */ |