NetBSD/crypto/dist/ssh/version.h
itojun 69d60502fe upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
- authorized_keys2 and known_hosts2 are obsoleted, and integrated
  into those without "2".
- file name change, /etc/primes -> /etc/moduli
- cleanups
2001-06-23 19:37:38 +00:00

12 lines
455 B
C

/* $NetBSD: version.h,v 1.15 2001/06/23 19:37:42 itojun Exp $ */
/* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */
#define __OPENSSH_VERSION "OpenSSH_2.9"
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20010624"
/*
* 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)