curve25519: Add a plugin providing Curve25519 DH using backend drivers
This commit is contained in:
committed by
Andreas Steffen
parent
2ac95123bb
commit
7f9bfacd5a
@@ -313,6 +313,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_CURVE25519
|
||||
SUBDIRS += plugins/curve25519
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/curve25519/libstrongswan-curve25519.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_RDRAND
|
||||
SUBDIRS += plugins/rdrand
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user