From: djm@openbsd.org Date: Tue, 31 Mar 2015 22:55:24 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_6_9_P1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a0805a6280681901c270755a7cd630d7c5280e;p=thirdparty%2Fopenssh-portable.git upstream commit don't fatal when a !ssh1 sshd is reexeced from a w/ssh1 listener; reported by miod@; ok miod@ markus@ --- diff --git a/sshd.c b/sshd.c index e1c767c14..6aa17fa65 100644 --- a/sshd.c +++ b/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.444 2015/02/20 22:17:21 djm Exp $ */ +/* $OpenBSD: sshd.c,v 1.445 2015/03/31 22:55:24 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1092,8 +1092,6 @@ recv_rexec_state(int fd, Buffer *conf) sensitive_data.server_key->rsa) != 0) fatal("%s: rsa_generate_additional_parameters " "error", __func__); -#else - fatal("ssh1 not supported"); #endif }