Date: Tue, 20 Aug 2002 15:28:30 -0400 (EDT)
From: Geoff Hutchison <ghutchis@wso.williams.edu>
To: htdig-dev@lists.sourceforge.net
Subject: [htdig-dev] Re: SSL path problems in 3.2
Parts/Attachments:
   1 Shown     15 lines  Text
   2          382 KB     Application, ""
----------------------------------------


Several people have complained that the 3.2 SSL support doesn't always
compile when using the configure flag --with-ssl=/path/to/openssl because
the configure script can't find the ssl.h header.

Attached is a patch that should fix this--it's a bit large because I've
had to update configure/configure.in, etc. I also switched from using
HAVE_SSL_H to "turn on" the SSL code to HAVE_SSL, which works more
reliably. I'm still investigating why the ssl.h header isn't always
discovered by the configure script. (I think it doesn't add the include
path to search until the Makefiles are written.)

Please let me know if it works for you.

-Geoff
