diff ssh.h @ 22:c1e5d9195402

merge of abac2150ee4f4031a98016241fbd136d24fed127 and ffa047425729e478a5b49b1ab0f8ec71c08a1421
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Jun 2004 07:14:16 +0000
parents fe6bca95afa7
children ca7e76d981d9 efbaf6b03837
line wrap: on
line diff
--- a/ssh.h	Mon Jun 07 11:36:07 2004 +0000
+++ b/ssh.h	Wed Jun 23 07:14:16 2004 +0000
@@ -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