summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-06-23 07:14:16 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-06-23 07:14:16 +0000
commitf291e5ebc4efee6f7a4af0dde29ca4dc66be2daa (patch)
tree287484eb2d40c1dd174f1073a16dd959952ac25a /ssh.h
parent70bea919542ace8d27529e1afafa6e073fb06a92 (diff)
parent8627060b279637f0eaa1d7b18cb5e2eaf65fa782 (diff)
downloaddropbear-f291e5ebc4efee6f7a4af0dde29ca4dc66be2daa.tar.gz
merge of abac2150ee4f4031a98016241fbd136d24fed127
and ffa047425729e478a5b49b1ab0f8ec71c08a1421
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh.h b/ssh.h
index fbca540..e976c57 100644
--- a/ssh.h
+++ b/ssh.h
@@ -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