aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable/files
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2009-05-17 03:00:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2009-05-17 03:00:11 +0000
commit4de2c64b497beb8c4e7e36dbb3ac8e75b7ebaa21 (patch)
tree45880d4c9d1c9836ebc368408a9e33102b38c76f /security/openssh-portable/files
parent19b0909c4f6186311f9ce435c12a529b803243ba (diff)
downloadports-4de2c64b497beb8c4e7e36dbb3ac8e75b7ebaa21.tar.gz
ports-4de2c64b497beb8c4e7e36dbb3ac8e75b7ebaa21.zip
Notes
Diffstat (limited to 'security/openssh-portable/files')
-rw-r--r--security/openssh-portable/files/openssh-5.2p1-hpn.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh-portable/files/openssh-5.2p1-hpn.patch b/security/openssh-portable/files/openssh-5.2p1-hpn.patch
index cf97fe5b0154..8faf1f9ef28c 100644
--- a/security/openssh-portable/files/openssh-5.2p1-hpn.patch
+++ b/security/openssh-portable/files/openssh-5.2p1-hpn.patch
@@ -932,9 +932,9 @@ diff -urN cipher.c cipher.c
- { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, evp_aes_128_ctr },
- { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, evp_aes_128_ctr },
- { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, evp_aes_128_ctr },
-+ { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, evp_aes_ctr_mt },
-+ { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, evp_aes_ctr_mt },
-+ { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, evp_aes_ctr_mt },
++ { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, evp_aes_ctr_mt },
++ { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, evp_aes_ctr_mt },
++ { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, evp_aes_ctr_mt },
#ifdef USE_CIPHER_ACSS
{ "acss@openssh.org", SSH_CIPHER_SSH2, 16, 5, 0, 0, EVP_acss },
#endif