NetBSD/crypto/dist/ssh/version.h

12 lines
457 B
C

/* $NetBSD: version.h,v 1.20 2001/12/06 03:54:06 itojun Exp $ */
/* $OpenBSD: version.h,v 1.27 2001/12/05 15:04:48 markus Exp $ */
#define __OPENSSH_VERSION "OpenSSH_3.0.2"
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20011206"
/*
* 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)