]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/version.h
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.82 2018/07/03 11:42:12 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #define SSH_VERSION     "OpenSSH_7.8"
5
6 #define SSH_PORTABLE    "p1"
7 #define SSH_RELEASE     SSH_VERSION SSH_PORTABLE
8
9 #define SSH_VERSION_FREEBSD     "FreeBSD-20180909"
10
11 #ifdef WITH_OPENSSL
12 #define OPENSSL_VERSION_STRING  SSLeay_version(SSLEAY_VERSION)
13 #else
14 #define OPENSSL_VERSION_STRING  "without OpenSSL"
15 #endif