keychain: Remove unused macOS KeyChain plugin

The macOS frontend was the only user of this plugin.
This commit is contained in:
Tobias Brunner
2026-07-24 14:59:55 +02:00
parent ceae73cb04
commit eb50fd9d15
8 changed files with 1 additions and 423 deletions
-7
View File
@@ -628,13 +628,6 @@ 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