OpenSSH_2.5.1p1 - RH 6.2

Damien Miller djm at mindrot.org
Tue Feb 27 08:34:47 EST 2001


On Mon, 26 Feb 2001 mouring at etoh.eviladmin.org wrote:

>
> OpenSSH_2.5.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
>                                             ^^^^^^^^^^^^^^^
>
> The OpenSSH package was compiled against 0.9.6.  Attempting to
> dynamicly link it against 0.9.5a produces very bad mo-jo.  Please
> upgrade your OpenSSL RPM.

How about we put something like:

if (SSLeay() != OPENSSL_VERSION_NUMBER)
	fatal("OpenSSL version mismatch. Built against %x, you have %x",
	    OPENSSL_VERSION_NUMBER, SSLeay());

at the start of every executable to kill this thing once and for all.

-d


-- 
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org          /   distributed filesystem'' - Dan Geer






More information about the openssh-unix-dev mailing list