smp: Remove legacy configuration/control interface

This has been replaced by VICI years ago, the only remaining user was
the manager.  So remove this as well.
This commit is contained in:
Tobias Brunner
2026-07-24 14:44:54 +02:00
parent f55bb2b384
commit 96b0011d30
7 changed files with 3 additions and 1286 deletions
-7
View File
@@ -292,13 +292,6 @@ if MONOLITHIC
endif
endif
if USE_SMP
SUBDIRS += plugins/smp
if MONOLITHIC
libcharon_la_LIBADD += plugins/smp/libstrongswan-smp.la
endif
endif
if USE_SQL
SUBDIRS += plugins/sql
if MONOLITHIC