]> sjero.net Git - wget/commitdiff
#include <openssl/opensslv.h>
authorMicah Cowan <micah@cowan.name>
Thu, 11 Oct 2007 04:27:37 +0000 (21:27 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 11 Oct 2007 04:27:37 +0000 (21:27 -0700)
src/ChangeLog
src/http-ntlm.c

index 6d1733fde990f38115ac0121248365acea796c4a..fb336cebf2a1815e9375b88daa29fbb16db93886 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-10  Micah Cowan  <micah@cowan.name>
+
+       * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
+       hoping it'll be included by accident in openssl/des.h.
+
 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
 
        * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
index 054c8a95939a18b3fced17d09d87cd279de28a20..32bb3c59355b2180b13144e7ecb4b652926b650d 100644 (file)
@@ -42,6 +42,7 @@ so, delete this exception statement from your version.  */
 
 #include <openssl/des.h>
 #include <openssl/md4.h>
+#include <openssl/opensslv.h>
 
 #include "wget.h"
 #include "utils.h"