winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP API

This commit is contained in:
Martin Willi
2014-06-04 16:34:15 +02:00
parent d2859f5251
commit 6f90fc8061
7 changed files with 533 additions and 0 deletions
+7
View File
@@ -425,6 +425,13 @@ if MONOLITHIC
endif
endif
if USE_WINHTTP
SUBDIRS += plugins/winhttp
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/winhttp/libstrongswan-winhttp.la
endif
endif
if USE_UNBOUND
SUBDIRS += plugins/unbound
if MONOLITHIC