[BACK]Return to version.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Annotation of src/crypto/external/bsd/openssh/dist/version.h, Revision 1.25.2.1

1.25.2.1! christos    1: /*     $NetBSD: version.h,v 1.28 2019/04/20 17:28:19 christos Exp $    */
        !             2: /* $OpenBSD: version.h,v 1.84 2019/04/03 15:48:45 djm Exp $ */
1.1       christos    3:
1.25.2.1! christos    4: #define __OPENSSH_VERSION      "OpenSSH_8.0"
        !             5: #define __NETBSDSSH_VERSION    "NetBSD_Secure_Shell-20190418"
1.10      christos    6: #define SSH_HPN         "-hpn13v14"
1.5       adam        7: #define SSH_LPK                "-lpk"
1.2       christos    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:  */
1.25.2.1! christos   12: #define SSH_VERSION    __OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK
1.5       adam       13: #define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK

CVSweb <webmaster@jp.NetBSD.org>