1
0
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:
hniksic 2000-12-06 09:18:14 -08:00
parent b0e9dfd4e2
commit cab759659e

View File

@ -44,10 +44,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
# endif
#endif
#ifdef HAVE_SSL
#include "gen_sslfunc.h"
#endif /* HAVE_SSL */
#ifdef WINDOWS
# include <winsock.h>
#endif
@ -65,6 +61,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#if USE_DIGEST
# include "md5.h"
#endif
#ifdef HAVE_SSL
# include "gen_sslfunc.h"
#endif /* HAVE_SSL */
extern char *version_string;