version.h revision 323134
1/* $OpenBSD: version.h,v 1.78 2016/12/19 04:55:51 djm Exp $ */
2/* $FreeBSD: stable/11/crypto/openssh/version.h 323134 2017-09-02 21:58:42Z des $ */
3
4#define SSH_VERSION	"OpenSSH_7.4"
5
6#define SSH_PORTABLE	"p1"
7#define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
8
9#define SSH_VERSION_FREEBSD	"FreeBSD-20170902"
10
11#ifdef WITH_OPENSSL
12#define OPENSSL_VERSION	SSLeay_version(SSLEAY_VERSION)
13#else
14#define OPENSSL_VERSION	"without OpenSSL"
15#endif
16