lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] SSLv23 method gone now


From: Thorsten Glaser
Subject: Re: [Lynx-dev] SSLv23 method gone now
Date: Tue, 19 May 2015 16:18:56 +0000 (UTC)

Gisle Vanem dixit:

> I'm not sure where 'OPENSSL_NO_SSL2' + 'OPENSSL_NO_SSL3'
> should come from. I assumed <openssl/include/opensslconf.h>,

Yes, exactly. The openssl configure script writes those
values there:

/* opensslconf.h */
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
[…]
/* OpenSSL was configured with the following options: */
[…]
#ifndef OPENSSL_NO_SSL2
# define OPENSSL_NO_SSL2
#endif
#ifndef OPENSSL_NO_SSL3
# define OPENSSL_NO_SSL3
#endif
[…]

Distributions that ship hardcoded files (like the BSDs) will
of course have to sync that file with what they actually ship.

bye,
//mirabilos
-- 
> Hi, does anyone sell openbsd stickers by themselves and not packaged
> with other products?
No, the only way I've seen them sold is for $40 with a free OpenBSD CD.
        -- Haroon Khalid and Steve Shockley in gmane.os.openbsd.misc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]