keychain: support on-the-fly enumeration of trusted/untrusted certificates

This commit is contained in:
Martin Willi
2013-07-18 12:17:54 +02:00
parent 7b8edabd8a
commit 6f00ddb90c
2 changed files with 118 additions and 1 deletions
@@ -13,4 +13,5 @@ libstrongswan_keychain_la_SOURCES = \
keychain_plugin.h keychain_plugin.c \
keychain_creds.h keychain_creds.c
libstrongswan_keychain_la_LDFLAGS = -module -avoid-version
libstrongswan_keychain_la_LDFLAGS = -module -avoid-version \
-framework Security -framework CoreFoundation