newhope: Remove legacy Newhope key exchange method
This commit is contained in:
committed by
Tobias Brunner
parent
4833f29b15
commit
8e3a373e18
@@ -281,13 +281,6 @@ else
|
||||
SUBDIRS = .
|
||||
endif
|
||||
|
||||
# build libnttfft used by some plugins
|
||||
######################################
|
||||
|
||||
if USE_LIBNTTFFT
|
||||
SUBDIRS += math/libnttfft
|
||||
endif
|
||||
|
||||
# build plugins with their own Makefile
|
||||
#######################################
|
||||
|
||||
@@ -690,13 +683,6 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_NEWHOPE
|
||||
SUBDIRS += plugins/newhope
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/newhope/libstrongswan-newhope.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_DRBG
|
||||
SUBDIRS += plugins/drbg
|
||||
if MONOLITHIC
|
||||
@@ -720,10 +706,3 @@ endif
|
||||
|
||||
SUBDIRS += tests
|
||||
|
||||
if USE_LIBNTTFFT
|
||||
SUBDIRS += math/libnttfft/tests
|
||||
endif
|
||||
|
||||
if USE_NEWHOPE
|
||||
SUBDIRS += plugins/newhope/tests
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user