diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2006-03-15 06:30:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2006-03-15 06:30:35 +0000 |
| commit | 57fc0bd01140bc78463e607b02f8c2165297d3e5 (patch) | |
| tree | 833ef538137d441c1518d469dc169b6b299bec5c /security/hpn-ssh/files/patch-clientloop.c | |
| parent | Update to SRC680_m159 (diff) | |
Remove the hpn-ssh port. The functionality is now an option when
building the openssh-portable port.
Diffstat (limited to 'security/hpn-ssh/files/patch-clientloop.c')
| -rw-r--r-- | security/hpn-ssh/files/patch-clientloop.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/hpn-ssh/files/patch-clientloop.c b/security/hpn-ssh/files/patch-clientloop.c deleted file mode 100644 index 78fba1757228..000000000000 --- a/security/hpn-ssh/files/patch-clientloop.c +++ /dev/null @@ -1,11 +0,0 @@ ---- clientloop.c.orig Fri Aug 13 13:18:01 2004 -+++ clientloop.c Mon Sep 20 05:04:48 2004 -@@ -1581,7 +1581,7 @@ - - if (strcmp(ctype, "forwarded-tcpip") == 0) { - c = client_request_forwarded_tcpip(ctype, rchan); -- } else if (strcmp(ctype, "x11") == 0) { -+ } else if (strcmp(ctype, "x11") == 0 && options.forward_x11) { - c = client_request_x11(ctype, rchan); - } else if (strcmp(ctype, "auth-agent@openssh.com") == 0) { - c = client_request_agent(ctype, rchan); |
