socket-win: Implement a Windows socket plugin using Winsock2

This commit is contained in:
Martin Willi
2014-06-04 16:31:09 +02:00
parent 8c55f8ef42
commit fb0b539084
7 changed files with 701 additions and 0 deletions
+7
View File
@@ -195,6 +195,13 @@ if MONOLITHIC
endif
endif
if USE_SOCKET_WIN
SUBDIRS += plugins/socket_win
if MONOLITHIC
libcharon_la_LIBADD += plugins/socket_win/libstrongswan-socket-win.la
endif
endif
if USE_FARP
SUBDIRS += plugins/farp
if MONOLITHIC