diff options
| author | christos <christos@NetBSD.org> | 2019-04-20 17:28:19 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-04-20 17:28:19 +0000 |
| commit | c220a44a4d233d59bfecbb97bee24fcf7b59617a (patch) | |
| tree | 203c1046169311af1d99a4a8b43fe0efe033a38d /crypto | |
| parent | 88ef46610d966e47efdafb987da68348f21628ec (diff) | |
put back hpn/lpk strings
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssh/dist/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssh/dist/version.h b/crypto/external/bsd/openssh/dist/version.h index a278c260e16..8d3f7764f2f 100644 --- a/crypto/external/bsd/openssh/dist/version.h +++ b/crypto/external/bsd/openssh/dist/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.27 2019/04/20 17:16:40 christos Exp $ */ +/* $NetBSD: version.h,v 1.28 2019/04/20 17:28:19 christos Exp $ */ /* $OpenBSD: version.h,v 1.84 2019/04/03 15:48:45 djm Exp $ */ #define __OPENSSH_VERSION "OpenSSH_8.0" @@ -9,5 +9,5 @@ * 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 +#define SSH_VERSION __OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK #define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK |
