search for: 0xfffffl

Displaying 2 results from an estimated 2 matches for "0xfffffl".

Did you mean: 0xffffff
2014 Mar 20
2
[Bug 2212] New: openssl version check should ignore status nibble
...f for release. The patch level is exactly that. * For example: * 0.9.3-dev 0x00903000 * 0.9.3-beta1 0x00903001 ... simple patch to fix the openssh code: - u_long version_mask = SSLeay() >= 0x1000000f ? ~0xffff0L : ~0xff0L; + u_long version_mask = SSLeay() >= 0x1000000f ? ~0xfffffL : ~0xff0L; -- You are receiving this mail because: You are watching the assignee of the bug.
2012 Mar 15
11
[Bug 1991] New: openssl version checking needs updating
https://bugzilla.mindrot.org/show_bug.cgi?id=1991 Bug #: 1991 Summary: openssl version checking needs updating Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous