https://bugzilla.mindrot.org/show_bug.cgi?id=2775
--- Comment #4 from Charles Hedrick <[email protected]> --- What version of Kerberos do you intend to support? krb5_cc_support_switch was added in 1.10, in 2012. We've built openssh on older systems than that. If you intend to continue supporting old Kerberos, I suggest modifying the autoconf stuff to check whether krb5_cc_support_switch exists. All the collection stuff was added in a single release, so it should be enough to check one function added in that release. -- 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
