]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - crypto/openssh/version.h
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #define SSH_VERSION     "OpenSSH_7.1"
5
6 #define SSH_PORTABLE    "p2"
7 #define SSH_RELEASE     SSH_VERSION SSH_PORTABLE
8
9 #define SSH_VERSION_FREEBSD     "FreeBSD-20160125"
10
11 #ifdef WITH_OPENSSL
12 #define OPENSSL_VERSION SSLeay_version(SSLEAY_VERSION)
13 #else
14 #define OPENSSL_VERSION "without OpenSSL"
15 #endif