Moved TLS stack to its own library

This commit is contained in:
Martin Willi
2010-08-03 15:39:26 +02:00
parent 0b71bc7af0
commit 0f82a47063
28 changed files with 65 additions and 42 deletions
+4
View File
@@ -12,6 +12,10 @@ if USE_SIMAKA
SUBDIRS += libsimaka
endif
if USE_TLS
SUBDIRS += libtls
endif
if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter ipsec _copyright
endif