source:
freewrt/package/openssh/patches/100-openssl-cipher.patch@
9df7618
| Last change on this file since 9df7618 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 580 bytes | |
-
openssh-4.2p1
diff -Nur openssh-4.2p1/cipher.c openssh-4.2p1.patched/cipher.c
old new 67 67 68 68 { "3des-cbc", SSH_CIPHER_SSH2, 8, 24, 0, EVP_des_ede3_cbc }, 69 69 { "blowfish-cbc", SSH_CIPHER_SSH2, 8, 16, 0, EVP_bf_cbc }, 70 { "cast128-cbc", SSH_CIPHER_SSH2, 8, 16, 0, EVP_cast5_cbc },71 70 { "arcfour", SSH_CIPHER_SSH2, 8, 16, 0, EVP_rc4 }, 72 71 { "arcfour128", SSH_CIPHER_SSH2, 8, 16, 1536, EVP_rc4 }, 73 72 { "arcfour256", SSH_CIPHER_SSH2, 8, 32, 1536, EVP_rc4 },
Note:
See TracBrowser
for help on using the repository browser.
