mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
#include <openssl/opensslv.h>
This commit is contained in:
parent
d60b6388b6
commit
c938b308c0
@ -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>
|
2007-10-09 Gisle Vanem <gvanem@broadpark.no>
|
||||||
|
|
||||||
* mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
|
* mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
|
||||||
|
@ -42,6 +42,7 @@ so, delete this exception statement from your version. */
|
|||||||
|
|
||||||
#include <openssl/des.h>
|
#include <openssl/des.h>
|
||||||
#include <openssl/md4.h>
|
#include <openssl/md4.h>
|
||||||
|
#include <openssl/opensslv.h>
|
||||||
|
|
||||||
#include "wget.h"
|
#include "wget.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user