diff options
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ #define SSH_MSG_USERAUTH_BANNER 53 #define SSH_MSG_USERAUTH_PK_OK 60 +/* If adding numbers here, check MAX_UNAUTH_PACKET_TYPE in process-packet.c + * is still valid */ + /* connect message numbers */ #define SSH_MSG_GLOBAL_REQUEST 80 #define SSH_MSG_REQUEST_SUCCESS 81 |