]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - crypto/openssh/version.h
MFC r238718: Quirk MS keyboard so that function keys work
[FreeBSD/releng/9.1.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #ifndef _VERSION_H_
5 #define _VERSION_H_
6
7
8 #define SSH_VERSION_BASE        "OpenSSH_5.8p2"
9 #define SSH_VERSION_ADDENDUM    "FreeBSD-20110503"
10 #define SSH_VERSION_HPN         "_hpn13v11"
11
12 const char *ssh_version_get(int hpn_disabled);
13 void ssh_version_set_addendum(const char *);
14 #endif /* _VERSION_H_ */