From 99f95ba82673d33215dce17bfa1512b57f54ec09 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sun, 30 Apr 2017 23:11:45 +0000 Subject: upstream commit remove options.protocol and client Protocol configuration knob ok markus@ Upstream-ID: 5a967f5d06e2d004b0235457b6de3a9a314e9366 --- compat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'compat.c') diff --git a/compat.c b/compat.c index aa50d2ce..945fd349 100644 --- a/compat.c +++ b/compat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compat.c,v 1.101 2017/04/30 23:10:43 djm Exp $ */ +/* $OpenBSD: compat.c,v 1.102 2017/04/30 23:11:45 djm Exp $ */ /* * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. * @@ -232,8 +232,6 @@ proto_spec(const char *spec) return ret; for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) { switch (atoi(p)) { - case 1: - break; case 2: ret |= SSH_PROTO_2; break; -- cgit v1.2.1