diff options
author | des <des@FreeBSD.org> | 2016-01-19 14:38:20 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2016-01-19 14:38:20 +0000 |
commit | 43b4a69321547147333695abb6579e202b6b7967 (patch) | |
tree | acb631e3e03ea67e3c3f3ce06f17a5e93d213a64 /crypto/openssh/version.h | |
parent | 23cbd2460dd7d0438e97d67eb18a0bd5acf7ea9c (diff) | |
download | FreeBSD-src-43b4a69321547147333695abb6579e202b6b7967.zip FreeBSD-src-43b4a69321547147333695abb6579e202b6b7967.tar.gz |
As previously threatened, remove the HPN patch from OpenSSH.
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r-- | crypto/openssh/version.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index f62c526..f224604 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -6,5 +6,4 @@ #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE -#define SSH_VERSION_FREEBSD "FreeBSD-20140420" -#define SSH_VERSION_HPN "_hpn13v11" +#define SSH_VERSION_FREEBSD "FreeBSD-20160119" |