https://bugzilla.mindrot.org/show_bug.cgi?id=1991
--- Comment #2 from Darren Tucker <[email protected]> 2012-03-30 11:05:17 EST --- Comment on attachment 2137 --> https://bugzilla.mindrot.org/attachment.cgi?id=2137 update openssl ver check Also: >+ * After that, we acceptable compatible minor versions you're accepting compatible *fix* versions. >+ (bldver >> 12) >= 0x10000 && (runver >> 12) < (bldver >> 12))) that's not going to stop newer major or minor library versions from being built against old headers. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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
