aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/files
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-28 04:02:41 +0800
committerdinoex <dinoex@FreeBSD.org>2002-03-28 04:02:41 +0800
commit8cc506768507c389daebfe637a5c02fc6a9bee7a (patch)
treef3d09656bf4c7eb1ac4cbc0aa7868cafa490350e /security/openssh-portable/files
parent59df9af250ca110b6c3fa9ec60c80e983f81cb80 (diff)
downloadfreebsd-ports-gnome-8cc506768507c389daebfe637a5c02fc6a9bee7a.tar.gz
freebsd-ports-gnome-8cc506768507c389daebfe637a5c02fc6a9bee7a.tar.zst
freebsd-ports-gnome-8cc506768507c389daebfe637a5c02fc6a9bee7a.zip
Updated Patch on openBSD website,
patch openssh/files/patch-cipher.c is now obsolete.
Diffstat (limited to 'security/openssh-portable/files')
-rw-r--r--security/openssh-portable/files/patch-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-session.c b/security/openssh-portable/files/patch-session.c
index 15d006db3967..85d451a5576d 100644
--- a/security/openssh-portable/files/patch-session.c
+++ b/security/openssh-portable/files/patch-session.c
@@ -58,7 +58,7 @@
+ FILE *f;
+ char buf[256];
+ char *fname;
-+ char *shorttty;
++ const char *shorttty;
+#endif /* HAVE_LOGIN_CAP */
+#ifdef __FreeBSD__
+#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */