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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
new file mode 100644
index 0000000..3afcb71
--- /dev/null
+++ b/crypto/openssh/version.h
@@ -0,0 +1,13 @@
+/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
+/* $FreeBSD$ */
+
+#ifndef SSH_VERSION
+#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())
+
+const char *ssh_version_get(void);
+void ssh_version_set_addendum(const char *);
+#endif /* SSH_VERSION */
OpenPOWER on IntegriCloud