[Bug 1991] openssl version checking needs updating

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 30 11:05:17 EST 2012


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

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


More information about the openssh-bugs mailing list