]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/version.h
Upgrade our copy of llvm/clang to trunk r162107. With thanks to
[FreeBSD/FreeBSD.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #ifndef _VERSION_H_
5 #define _VERSION_H_
6
7 #define SSH_VERSION_BASE        "OpenSSH_5.9p1"
8 #define SSH_VERSION_ADDENDUM    "FreeBSD-20111001"
9 #define SSH_VERSION_HPN         "_hpn13v11"
10
11 const char *ssh_version_get(int hpn_disabled);
12 void ssh_version_set_addendum(const char *);
13 #endif /* _VERSION_H_ */