freebsd-dev/crypto/openssh/version.h
Dag-Erling Smørgrav 4f52dfbb8d Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 12 but is still enabled in 11.  For that
reason, we will not be able to merge 7.6p1 or newer back to 11.
2018-05-08 23:13:11 +00:00

16 lines
365 B
C

/* $OpenBSD: version.h,v 1.80 2017/09/30 22:26:33 djm Exp $ */
/* $FreeBSD$ */
#define SSH_VERSION "OpenSSH_7.6"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20180507"
#ifdef WITH_OPENSSL
#define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION)
#else
#define OPENSSL_VERSION "without OpenSSL"
#endif