NetBSD/crypto/dist/ssh/version.h
itojun ef7d24574a upgrade to openssh 3.5. major changes include:
- krb4/5 support for privsep (krb5 diff was already applied)

includes fake implementaation of getpeereid() from openssh-portable, which
does nothing useful - need improvement.
2002-10-01 14:07:26 +00:00

12 lines
455 B
C

/* $NetBSD: version.h,v 1.27 2002/10/01 14:07:49 itojun Exp $ */
/* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */
#define __OPENSSH_VERSION "OpenSSH_3.5"
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20021001"
/*
* 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)