Current Path : /usr/src/crypto/openssh/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/crypto/openssh/version.h |
/* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ /* $FreeBSD: release/9.1.0/crypto/openssh/version.h 236520 2012-06-03 18:00:38Z rea $ */ #ifndef _VERSION_H_ #define _VERSION_H_ #define SSH_VERSION_BASE "OpenSSH_5.8p2" #define SSH_VERSION_ADDENDUM "FreeBSD-20110503" #define SSH_VERSION_HPN "_hpn13v11" const char *ssh_version_get(int hpn_disabled); void ssh_version_set_addendum(const char *); #endif /* _VERSION_H_ */