summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.h
blob: 9871c4299b81a46f952efbf1ac486a4a1b57f7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $OpenBSD: version.h,v 1.74 2015/08/02 09:56:42 djm Exp $ */
/* $FreeBSD$ */

#define SSH_VERSION	"OpenSSH_7.0"

#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