summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-ap
blob: 5fdfdb82a66b1b357530ce11f60f09e028ddf42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.6 2005/09/21 18:07:09 reed Exp $

--- ssh.c.orig	2005-08-12 07:10:56.000000000 -0500
+++ ssh.c
@@ -636,7 +636,7 @@
 	/* Open a connection to the remote host. */
 	if (ssh_connect(host, &hostaddr, options.port,
 	    options.address_family, options.connection_attempts,
-#ifdef HAVE_CYGWIN
+#if defined(HAVE_CYGWIN) || defined(HAVE_INTERIX)
 	    options.use_privileged_port,
 #else
 	    original_effective_uid == 0 && options.use_privileged_port,