summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.h
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-06-08 22:22:09 +0000
committergreen <green@FreeBSD.org>2001-06-08 22:22:09 +0000
commit45d207659b68d8977011c808fd471025e1cc0cf8 (patch)
treed945952bf9999a73a288dfc6c242e59d0687d690 /crypto/openssh/version.h
parent0ca270a59bcccae9315258dbea53ddc23e16779d (diff)
downloadFreeBSD-src-45d207659b68d8977011c808fd471025e1cc0cf8.zip
FreeBSD-src-45d207659b68d8977011c808fd471025e1cc0cf8.tar.gz
Switch to the user's uid before attempting to unlink the auth forwarding
file, nullifying the effects of a race. Obtained from: OpenBSD
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r--crypto/openssh/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 39df4f9..78193d4 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -5,7 +5,7 @@
#define SSH_VERSION (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_2.9"
-#define SSH_VERSION_ADDENDUM "green@FreeBSD.org 20010503"
+#define SSH_VERSION_ADDENDUM "green@FreeBSD.org 20010608"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);
OpenPOWER on IntegriCloud