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

_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to