On Tue, Nov 01, 2005 at 08:50:14AM +0100, Aaron Howell wrote:
> Package: lynx-cur
> Version: 2.8.6-17
> Severity: minor
> 
> As the last line of the output from -version,
> Lynx displays the url, and information about OpenSSL,
> however Lynx is built with GNUTLS.
> Perhaps this should be changed to:
> "See http://www.gnu.org/software/gnutls for information about GNUTLS"?

hmm - sounds like another defect in GNUTLS that I'll have to work around
(thanks).  The relevant code is:

#if defined(SSLEAY_VERSION)
#define LYNX_SSL_VERSION SSLeay_version(SSLEAY_VERSION)
#else
#if defined(OPENSSL_VERSION_TEXT)
#define LYNX_SSL_VERSION OPENSSL_VERSION_TEXT
#else
#if defined(GNUTLS_VERSION)
#define LYNX_SSL_VERSION GNUTLS_VERSION
#endif /* GNUTLS_VERSION */
#endif /* OPENSSL_VERSION_TEXT */
#endif

and

#ifdef OPENSSL_VERSION_TEXT
    puts("See http://www.openssl.org/ for information about OpenSSL.");
#endif /* OPENSSL_VERSION_TEXT */

(if GNUTLS is defining OPENSSL_VERSION_TEXT, for instance, there's no point
in trying to accommodate it - will look/see).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

Attachment: pgpwMO4dScoll.pgp
Description: PGP signature

Reply via email to