Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: version.h,v 1.28.2.1 2022/06/06 03:07:03 msaitoh Exp $	*/
/* $OpenBSD: version.h,v 1.84 2019/04/03 15:48:45 djm Exp $ */

#define __OPENSSH_VERSION	"OpenSSH_8.0"
#define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20220604"
#define SSH_HPN         "-hpn13v14"
#define SSH_LPK		"-lpk"
/*
 * it is important to retain OpenSSH version identification part, it is
 * used for bug compatibility operation.  present NetBSD SSH version as comment
 */
#define SSH_VERSION	__OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK
#define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK