]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use always close as it is defined by gnulib on platforms lacking it.
[wget] / src / ChangeLog
index 73658393c8174777cd3b324b5990013d68ae6532..473d4c648bfe9de13598b0f9b245778ec9308b40 100644 (file)
@@ -1,5 +1,13 @@
 2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.
+
+       * openssl.c (openssl_close): Use always `close', not `closesocket'.
+       (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
+       Define FD_TO_SOCKET if it is not yet defined.
+
+       * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib.
+
        * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
        include <winsock.h>.
        [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,