mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Move inclusion of gen_ssl.h below Wget's headers.
This commit is contained in:
parent
b0e9dfd4e2
commit
cab759659e
@ -44,10 +44,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SSL
|
|
||||||
#include "gen_sslfunc.h"
|
|
||||||
#endif /* HAVE_SSL */
|
|
||||||
|
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
# include <winsock.h>
|
# include <winsock.h>
|
||||||
#endif
|
#endif
|
||||||
@ -65,6 +61,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#if USE_DIGEST
|
#if USE_DIGEST
|
||||||
# include "md5.h"
|
# include "md5.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_SSL
|
||||||
|
# include "gen_sslfunc.h"
|
||||||
|
#endif /* HAVE_SSL */
|
||||||
|
|
||||||
extern char *version_string;
|
extern char *version_string;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user