Fix compilation if OpenSSL was configured with "no-rc4"
Darren Tucker
dtucker at zip.com.au
Tue Dec 15 10:11:46 AEDT 2015
On Mon, Dec 14, 2015 at 11:44 AM, Tobias Ulmer <tobiasu at tmux.org> wrote:
> Fix compilation if OpenSSL was configured with "no-rc4" option.
Thanks. Unfortunately, while this will fix the compile errors it introduces a
runtime failure: the server and client will still offer the rc4
algorithms in their proposals but will die if the other end selects
them.
We're working on fixing this (for rc4 and a couple of other ciphers)
over at https://bugzilla.mindrot.org/show_bug.cgi?id=2466
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list