On Fri, Dec 06, 2002 at 01:32:50AM +0100, Richard Levitte - VMS Whacker wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> 
> 
>   OpenSSL version 0.9.6h released
>   ===============================

Hi,

I just found that the openssl-0.9.6h.tar.gz archive has the following
version definition in include/openssl/opensslv.h:

#define OPENSSL_VERSION_NUMBER  0x00906080L

This disallows usage of the new openssl version with e. g. an ssh
linked against 0.9.6g.  Shouldn't that be

#define OPENSSL_VERSION_NUMBER  0x0090608fL

?

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to