diff --git a/security/openssh-portable/files/extra-patch-hpn b/security/openssh-portable/files/extra-patch-hpn index d99575c65ede..83462934c1a2 100644 --- a/security/openssh-portable/files/extra-patch-hpn +++ b/security/openssh-portable/files/extra-patch-hpn @@ -300,7 +300,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o #endif --- work.clean/openssh-6.8p1/cipher.c 2015-03-17 00:49:20.000000000 -0500 +++ work/openssh-6.8p1/cipher.c 2015-04-03 16:22:04.972592000 -0500 -@@ -244,7 +244,13 @@ +@@ -273,7 +273,13 @@ ciphers_valid(const char *names) for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0'; (p = strsep(&cp, CIPHER_SEP))) { c = cipher_by_name(p); @@ -315,7 +315,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o free(cipher_list); return 0; } -@@ -545,6 +551,9 @@ +@@ -605,6 +611,9 @@ cipher_get_keyiv(struct sshcipher_ctx *c switch (c->number) { #ifdef WITH_OPENSSL @@ -325,7 +325,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o case SSH_CIPHER_SSH2: case SSH_CIPHER_DES: case SSH_CIPHER_BLOWFISH: -@@ -593,6 +602,9 @@ +@@ -653,6 +662,9 @@ cipher_set_keyiv(struct sshcipher_ctx *c switch (c->number) { #ifdef WITH_OPENSSL