padlock: Remove legacy hardware crypto plugin

Unlikely there is even still hardware that would support this.

Also removed the CPU feature detection for these chips.
This commit is contained in:
Tobias Brunner
2026-07-24 15:44:44 +02:00
parent 9f6273786e
commit 10beab8bcd
14 changed files with 1 additions and 910 deletions
-7
View File
@@ -572,13 +572,6 @@ if MONOLITHIC
endif
endif
if USE_PADLOCK
SUBDIRS += plugins/padlock
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/padlock/libstrongswan-padlock.la
endif
endif
if USE_OPENSSL
SUBDIRS += plugins/openssl
if MONOLITHIC