ntru: Remove legacy NTRU key exchange method

This commit is contained in:
Andreas Steffen
2024-11-22 14:05:36 +01:00
committed by Tobias Brunner
parent 8e3a373e18
commit 1265d78cac
52 changed files with 18 additions and 5062 deletions
-7
View File
@@ -676,13 +676,6 @@ if MONOLITHIC
endif
endif
if USE_NTRU
SUBDIRS += plugins/ntru
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/ntru/libstrongswan-ntru.la
endif
endif
if USE_DRBG
SUBDIRS += plugins/drbg
if MONOLITHIC