keychain: add a stub for a credential plugin using OS X Keychain Services
This commit is contained in:
@@ -423,6 +423,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_KEYCHAIN
|
||||
SUBDIRS += plugins/keychain
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/keychain/libstrongswan-keychain.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_PKCS11
|
||||
SUBDIRS += plugins/pkcs11
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user