summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-04-30 23:28:12 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 10:05:05 +1000
commita3710d5d529a34b8f56aa62db798c70e85d576a0 (patch)
tree23ca5221f15399064bd2e15b6d6337dbc9fb127d /ssh.h
parentaebd0abfaa8a41e75d50f9f7934267b0a2d9acb4 (diff)
upstream commit
exterminate the -1 flag from scp ok markus@ Upstream-ID: 26d247f7065da15056b209cef5f594ff591b89db
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index 6e27672df..882768c5f 100644
--- a/ssh.h
+++ b/ssh.h
@@ -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