> It would be nice if wget 1.10.2 would compile on NetBSD without having
 to install a second version of openssl.

Well, it's too late to change Wget 1.10.2;

Yes, sorry Micah--I really meant any future versions.

Ray, if you add the line

 #include <openssl/opensslv.h>

along with the other openssl #includes, does it fix your problem wrt
openssl-9.7d?

I made this change:

% diff -u http-ntlm.c.orig http-ntlm.c
--- http-ntlm.c.orig    2007-10-11 10:07:18.000000000 +1000
+++ http-ntlm.c 2007-10-11 09:58:26.000000000 +1000
@@ -48,6 +48,7 @@

 #include <openssl/des.h>
 #include <openssl/md4.h>
+#include <openssl/opensslv.h>

 #include "wget.h"
 #include "utils.h"
%

and wget 1.10.2 now compiles and installs without errors, as far as I can see. Thanks.


Ray

Reply via email to