summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.h
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-13 11:59:59 +0000
committered <ed@FreeBSD.org>2012-02-13 11:59:59 +0000
commitb36b72f1543152663134dbccfa40dac46c847910 (patch)
tree690ce6398942be25f1ff4d5bec5108f80bab3674 /crypto/openssh/version.h
parenta06d0248d26b0c6b6a8db5611ade3a93483295f3 (diff)
downloadFreeBSD-src-b36b72f1543152663134dbccfa40dac46c847910.zip
FreeBSD-src-b36b72f1543152663134dbccfa40dac46c847910.tar.gz
Polish diff against upstream.
- Revert unneeded whitespace changes. - Revert modifications to loginrec.c, as the upstream version already does the right thing. - Fix indentation and whitespace of local changes. Approved by: des MFC after: 1 month
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r--crypto/openssh/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 3afcb71..3eb10fc 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -2,11 +2,11 @@
/* $FreeBSD$ */
#ifndef SSH_VERSION
-#define SSH_VERSION_BASE "OpenSSH_5.9p1"
-#define SSH_VERSION_ADDENDUM "FreeBSD-20111001"
+#define SSH_VERSION_BASE "OpenSSH_5.9p1"
+#define SSH_VERSION_ADDENDUM "FreeBSD-20111001"
#define SSH_VERSION_HPN "_hpn13v11"
#define SSH_VERSION SSH_VERSION_BASE SSH_VERSION_HPN " " SSH_VERSION_ADDENDUM
-#define SSH_RELEASE (ssh_version_get())
+#define SSH_RELEASE (ssh_version_get())
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *);
OpenPOWER on IntegriCloud