[Bug 1991] openssl version checking needs updating

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 30 10:45:56 EST 2012


https://bugzilla.mindrot.org/show_bug.cgi?id=1991

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 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.


More information about the openssh-bugs mailing list