diff options
author | Martin Willi <martin@revosec.ch> | 2014-06-04 16:32:23 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-04 16:32:23 +0200 |
commit | d2859f52516b228c27bdba2ea924c6ca74de5ffb (patch) | |
tree | 94fa5c78fa1a9456068694c18f9aa4f9086f7a1b /src/libcharon/plugins/socket_win/socket_win_plugin.c | |
parent | 893e8ceee3acc39693d80c79f6f0953326b5ed74 (diff) | |
parent | 4732e29a1d5ed9bd136a804e180cb45d23d24f86 (diff) | |
download | strongswan-d2859f52516b228c27bdba2ea924c6ca74de5ffb.tar.bz2 strongswan-d2859f52516b228c27bdba2ea924c6ca74de5ffb.tar.xz |
Merge branch 'win-kernel'
Adds the kernel-iph and kernel-wfp kernel backends for the Windows platform.
kernel-iph provides a networking backend using the IP Helper native Windows
API, while the kernel-wfp backend implements an interface to the Windows Kernel
IPsec layer using the Windows Filtering Platform API.
Diffstat (limited to 'src/libcharon/plugins/socket_win/socket_win_plugin.c')
-rw-r--r-- | src/libcharon/plugins/socket_win/socket_win_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/socket_win/socket_win_plugin.c b/src/libcharon/plugins/socket_win/socket_win_plugin.c index 4c5ffe03c..a0ef0858a 100644 --- a/src/libcharon/plugins/socket_win/socket_win_plugin.c +++ b/src/libcharon/plugins/socket_win/socket_win_plugin.c @@ -49,6 +49,7 @@ METHOD(plugin_t, get_features, int, static plugin_feature_t f[] = { PLUGIN_CALLBACK(socket_register, socket_win_socket_create), PLUGIN_PROVIDE(CUSTOM, "socket"), + PLUGIN_DEPENDS(CUSTOM, "kernel-ipsec"), }; *features = f; return countof(f); |