From a3710d5d529a34b8f56aa62db798c70e85d576a0 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sun, 30 Apr 2017 23:28:12 +0000 Subject: upstream commit exterminate the -1 flag from scp ok markus@ Upstream-ID: 26d247f7065da15056b209cef5f594ff591b89db --- ssh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssh.h') diff --git a/ssh.h b/ssh.h index 6e27672df..882768c5f 100644 --- a/ssh.h +++ b/ssh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.84 2017/04/30 23:18:44 djm Exp $ */ +/* $OpenBSD: ssh.h,v 1.85 2017/04/30 23:28:12 djm Exp $ */ /* * Author: Tatu Ylonen @@ -47,7 +47,7 @@ #define PROTOCOL_MAJOR_1 1 #define PROTOCOL_MINOR_1 5 -/* We support both SSH1 and SSH2 */ +/* We support both SSH2 */ #define PROTOCOL_MAJOR_2 2 #define PROTOCOL_MINOR_2 0 -- cgit v1.2.3