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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index f224604..809969e 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.71 2014/04/18 23:52:25 djm Exp $ */
/* $FreeBSD$ */
-#define SSH_VERSION "OpenSSH_6.6.1"
+#define SSH_VERSION "OpenSSH_6.7"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20160119"
+
+#ifdef WITH_OPENSSL
+#define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION)
+#else
+#define OPENSSL_VERSION "without OpenSSL"
+#endif
OpenPOWER on IntegriCloud