https://bugzilla.mindrot.org/show_bug.cgi?id=2999
--- Comment #17 from Darren Tucker <[email protected]> --- Yeah that's it. I don't understand why you're seeing different results to what I am :-( $ git checkout V_7_9_P1 HEAD is now at aede1c34 Require OpenSSL 1.1.x series 1.1.0g or greater $ git status HEAD detached at V_7_9_P1 nothing to commit, working tree clean $ lynx -source 'https://bugzilla.mindrot.org/attachment.cgi?id=3273' | patch -p0 patching file sftp.c Hunk #1 succeeded at 2494 (offset 16 lines) $ autoreconf && ./configure && make -j4 && sudo make install [...] $ ./sftp -v root@[127.0.0.1] OpenSSH_7.9p1, OpenSSL 1.1.0g 2 Nov 2017 [...] debug1: Connecting to 127.0.0.1 [127.0.0.1] port 22. [...] [email protected]'s password: -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
