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.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 0909146..3d26608 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -1,9 +1,15 @@
-/* $OpenBSD: version.h,v 1.70 2014/02/27 22:57:40 djm Exp $ */
+/* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */
/* $FreeBSD$ */
-#define SSH_VERSION "OpenSSH_6.6.1"
+#define SSH_VERSION "OpenSSH_7.1"
-#define SSH_PORTABLE "p1"
+#define SSH_PORTABLE "p2"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
-#define SSH_VERSION_FREEBSD "FreeBSD-20160124"
+#define SSH_VERSION_FREEBSD "FreeBSD-20160125"
+
+#ifdef WITH_OPENSSL
+#define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION)
+#else
+#define OPENSSL_VERSION "without OpenSSL"
+#endif
OpenPOWER on IntegriCloud