On Mon, 13 Aug 2007, Thorsten Glaser wrote:

USE_OPENSSL_INCL is used FOUR times before it's being defined, which
leads to USE_X509_SUPPORT being not defined.

I recall some problem with the X509 definition, but it did work on my machine (unsure about portability though...)


$ fgrep -n USE_OPENSSL_INCL configure
11076:#if defined(USE_OPENSSL_INCL)
11202:#if defined(USE_OPENSSL_INCL)
11265:#if defined(USE_OPENSSL_INCL)
11382:#if defined(USE_OPENSSL_INCL)

btw, not all of the places where grep shows the string are pertinent,
since I used one macro to expand the sample code for all of the SSL
configurations (including GNU TLS).

11459:#define USE_OPENSSL_INCL 1
11557:#if defined(USE_OPENSSL_INCL)
11885:#if defined(USE_OPENSSL_INCL)
12011:#if defined(USE_OPENSSL_INCL)
12140:#if defined(USE_OPENSSL_INCL)
12448:#if defined(USE_OPENSSL_INCL)

For now, I'll build with -DUSE_OPENSSL_INCL in CPPFLAGS…

//mirabilos
--
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt


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



--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to