diff options
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.84 2017/04/30 23:18:44 djm Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.85 2017/04/30 23:28:12 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -47,7 +47,7 @@ | |||
47 | #define PROTOCOL_MAJOR_1 1 | 47 | #define PROTOCOL_MAJOR_1 1 |
48 | #define PROTOCOL_MINOR_1 5 | 48 | #define PROTOCOL_MINOR_1 5 |
49 | 49 | ||
50 | /* We support both SSH1 and SSH2 */ | 50 | /* We support both SSH2 */ |
51 | #define PROTOCOL_MAJOR_2 2 | 51 | #define PROTOCOL_MAJOR_2 2 |
52 | #define PROTOCOL_MINOR_2 0 | 52 | #define PROTOCOL_MINOR_2 0 |
53 | 53 | ||