]> sjero.net Git - wget/blobdiff - src/gnutls.c
Merge SFLC licensing changes for OpenSSL with tip.
[wget] / src / gnutls.c
index 7f0153e553b94c4112ce8c67802afbbc47dd20d9..05ae086b5c0da203afe6dfd5ebfc987d76293530 100644 (file)
@@ -27,7 +27,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <assert.h>
 #include <errno.h>
@@ -40,7 +40,6 @@ as that of the covered work.  */
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "connect.h"
 #include "url.h"