summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-13 09:10:46 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-15 20:04:02 +1100
commitddc0f3814881ea279a6b6d4d98e03afc60ae1ed7 (patch)
treed09efd846cd29f2dfeb0acd04756294e4f6761c9 /sshd.c
parent174bed686968494723e6db881208cc4dac0d020f (diff)
Remove UNICOS support.
The code required to support it is quite invasive to the mainline code that is synced with upstream and is an ongoing maintenance burden. Both the hardware and software are literal museum pieces these days and we could not find anyone still running OpenSSH on one.
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sshd.c b/sshd.c
index 17931068d..7466d5a44 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1602,13 +1602,6 @@ main(int ac, char **av)
1602 if (getenv("KRB5CCNAME") != NULL) 1602 if (getenv("KRB5CCNAME") != NULL)
1603 (void) unsetenv("KRB5CCNAME"); 1603 (void) unsetenv("KRB5CCNAME");
1604 1604
1605#ifdef _UNICOS
1606 /* Cray can define user privs drop all privs now!
1607 * Not needed on PRIV_SU systems!
1608 */
1609 drop_cray_privs();
1610#endif
1611
1612 sensitive_data.have_ssh2_key = 0; 1605 sensitive_data.have_ssh2_key = 0;
1613 1606
1614 /* 1607 /*