https://bugzilla.mindrot.org/show_bug.cgi?id=2589
--- Comment #27 from Darren Tucker <[email protected]> --- (In reply to Mason from comment #26) > Any suggestions? I don't understand why it doesn't work. I do have access to an AIX box however it doesn't have xlc. I was hoping to use the config.h you supplied to figure out why it doesn't work, but I haven't done that yet. If you need to get it built right now, I'd suggest using 7.2p2 and adding this line to sshbuf-getput-basic.c after all the #defines and #includes: #define va_copy(dest, src) (dest) = (src) -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
