Bugzilla – Attachment 1721 Details for
Bug 1671
Openssh does not run with the openssl 1.0.0-beta4 when compiled against beta3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch solving the problem
openssh-sslversion.patch (text/plain), 595 bytes, created by
jchadima
on 2009-11-13 23:10:40 AEDT
(
hide
)
Description:
Patch solving the problem
Filename:
MIME Type:
Creator:
jchadima
Created:
2009-11-13 23:10:40 AEDT
Size:
595 bytes
patch
obsolete
>diff -up openssh-5.3p1/entropy.c.sslversion openssh-5.3p1/entropy.c >--- openssh-5.3p1/entropy.c.sslversion 2009-11-13 13:04:06.000000000 +0100 >+++ openssh-5.3p1/entropy.c 2009-11-13 13:05:04.000000000 +0100 >@@ -155,7 +155,7 @@ init_rng(void) > * OpenSSL version numbers: MNNFFPPS: major minor fix patch status > * We match major, minor, fix and status (not patch) > */ >- if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & ~0xff0L) >+ if ((SSLeay() ^ OPENSSL_VERSION_NUMBER) & ~0xfffL) > fatal("OpenSSL version mismatch. Built against %lx, you " > "have %lx", OPENSSL_VERSION_NUMBER, SSLeay()); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1671
: 1721