Skip to content

Fix HTTPS functionality on _WIN32

username-removed-267665 requested to merge tmp-gnutls-win32 into master
  • libwget/ssl_gnutls.c: Add _win32_send() and _win32_recv(), set those functions as push and pull functions on _WIN32.

Sets the GnuTLS pull and push functions to make gnulib sockets work. Tested only on MinGW64.

Merge request reports