source: freewrt/package/openssh/patches/100-openssl-cipher.patch@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 580 bytes
  • openssh-4.2p1

    diff -Nur openssh-4.2p1/cipher.c openssh-4.2p1.patched/cipher.c
    old new  
    6767
    6868        { "3des-cbc",           SSH_CIPHER_SSH2, 8, 24, 0, EVP_des_ede3_cbc },
    6969        { "blowfish-cbc",       SSH_CIPHER_SSH2, 8, 16, 0, EVP_bf_cbc },
    70         { "cast128-cbc",        SSH_CIPHER_SSH2, 8, 16, 0, EVP_cast5_cbc },
    7170        { "arcfour",            SSH_CIPHER_SSH2, 8, 16, 0, EVP_rc4 },
    7271        { "arcfour128",         SSH_CIPHER_SSH2, 8, 16, 1536, EVP_rc4 },
    7372        { "arcfour256",         SSH_CIPHER_SSH2, 8, 32, 1536, EVP_rc4 },
Note: See TracBrowser for help on using the repository browser.