summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r--crypto/openssh/version.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 00dbdf3..a154892 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -3,10 +3,11 @@
#ifndef SSH_VERSION
-#define SSH_VERSION (ssh_version_get())
-#define SSH_RELEASE (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_5.8p2"
#define SSH_VERSION_ADDENDUM "FreeBSD-20110503"
+#define SSH_VERSION_HPN "_hpn13v11"
+#define SSH_VERSION SSH_VERSION_BASE SSH_VERSION_HPN " " SSH_VERSION_ADDENDUM
+#define SSH_RELEASE (ssh_version_get())
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *);
OpenPOWER on IntegriCloud