https://bugzilla.mindrot.org/show_bug.cgi?id=1991
--- Comment #1 from Darren Tucker <[email protected]> 2012-03-30 10:45:56 EST --- Comment on attachment 2137 --> https://bugzilla.mindrot.org/attachment.cgi?id=2137 update openssl ver check >+ (bldver >> 12) >= 0x10000 && (runver >> 12) < (bldver >> 12))) This is going to drop the status nybble off when it's shifted, which means you can build against a dev version of openssl and run against a release one. There's no guarantee that's going to be binary compatible, though. The current check will catch that case, though. -- 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
