https://bugzilla.mindrot.org/show_bug.cgi?id=2388

--- Comment #1 from Reuben Hawkins <[email protected]> ---
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
"[email protected],""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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to