[Bug 2388] build fixups for --without-openssl
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Apr 25 08:11:11 AEST 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2388
--- Comment #1 from Reuben Hawkins <reubenhwk at gmail.com> ---
Created attachment 2603
--> https://bugzilla.mindrot.org/attachment.cgi?id=2603&action=edit
someone left off a '\' character in KEX_SERVER_ENCRYPT
It appears that someone left off a '\' character. KEX_SERVER_ENCRYPT
should
be defined as...
#define KEX_SERVER_ENCRYPT
"chacha20-poly1305 at openssh.com,""aes128-ctr,aes192-ctr,aes256-ctr"
...but for formatting the string is split up on separate lines which
need
to be connected with the '\' characters.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list