charon-svc: Implement a Windows IKE service using libcharon

The resulting binary can be either run as Windows service or directly as
console application.
This commit is contained in:
Martin Willi
2014-06-04 15:53:04 +02:00
parent 87b43dd8b0
commit df4341747c
4 changed files with 290 additions and 3 deletions
+4
View File
@@ -116,6 +116,10 @@ if USE_CMD
SUBDIRS += charon-cmd
endif
if USE_SVC
SUBDIRS += charon-svc
endif
if USE_LIBPTTLS
SUBDIRS += pt-tls-client
endif