xref: /netbsd-src/crypto/external/bsd/openssh/dist/version.h (revision e6c7e151de239c49d2e38720a061ed9d1fa99309)
1 /*	$NetBSD: version.h,v 1.32 2020/02/28 17:50:29 kim Exp $	*/
2 /* $OpenBSD: version.h,v 1.86 2020/02/14 00:39:20 djm Exp $ */
3 
4 #define __OPENSSH_VERSION	"OpenSSH_8.2"
5 #define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20200225"
6 #define SSH_HPN         "-hpn13v14"
7 #define SSH_LPK		"-lpk"
8 /*
9  * it is important to retain OpenSSH version identification part, it is
10  * used for bug compatibility operation.  present NetBSD SSH version as comment
11  */
12 #define SSH_VERSION	__OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK
13