diff options
author | Colin Watson <cjwatson@debian.org> | 2016-08-06 10:49:59 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-08-07 12:18:58 +0100 |
commit | 477bb7636238c106f8cd7c868a8c0c5eabcfb3db (patch) | |
tree | 601176af2ecf358c36b766776a86845ad7a3cd6f /ssh1.h | |
parent | 747fac2de0d889183f67f6900194c0462c558544 (diff) | |
parent | 4c914ccd85bbf391c4dc61b85e3c178fef465e3f (diff) |
New upstream release (7.3p1).
Diffstat (limited to 'ssh1.h')
-rw-r--r-- | ssh1.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh1.h,v 1.6 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: ssh1.h,v 1.7 2016/05/04 14:22:33 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -22,7 +22,6 @@ | |||
22 | #define SSH_MSG_MIN 1 | 22 | #define SSH_MSG_MIN 1 |
23 | #define SSH_MSG_MAX 254 | 23 | #define SSH_MSG_MAX 254 |
24 | /* Message name */ /* msg code */ /* arguments */ | 24 | /* Message name */ /* msg code */ /* arguments */ |
25 | #define SSH_MSG_NONE 0 /* no message */ | ||
26 | #define SSH_MSG_DISCONNECT 1 /* cause (string) */ | 25 | #define SSH_MSG_DISCONNECT 1 /* cause (string) */ |
27 | #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ | 26 | #define SSH_SMSG_PUBLIC_KEY 2 /* ck,msk,srvk,hostk */ |
28 | #define SSH_CMSG_SESSION_KEY 3 /* key (BIGNUM) */ | 27 | #define SSH_CMSG_SESSION_KEY 3 /* key (BIGNUM) */ |