https://bugzilla.mindrot.org/show_bug.cgi?id=1991
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Darren Tucker <[email protected]> 2012-03-30 11:17:31 EST --- I think it would be simpler and more correct to keep the existing logic and just change the mask size, eg: u_long version_mask = SSLeay() >= 0x10000000 ? ~0xffff0L : ~0xff0L; if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & version_mask) fatal("OpenSSL version mismatch. Built against %lx, you " "have %lx", (u_long)OPENSSL_VERSION_NUMBER, SSLeay()); -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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
