openssl: Add support for Ed25519/Ed448
This commit is contained in:
@@ -30,7 +30,9 @@ libstrongswan_openssl_la_SOURCES = \
|
||||
openssl_rng.c openssl_rng.h \
|
||||
openssl_hmac.c openssl_hmac.h \
|
||||
openssl_gcm.c openssl_gcm.h \
|
||||
openssl_x_diffie_hellman.c openssl_x_diffie_hellman.h
|
||||
openssl_x_diffie_hellman.c openssl_x_diffie_hellman.h \
|
||||
openssl_ed_private_key.c openssl_ed_private_key.h \
|
||||
openssl_ed_public_key.c openssl_ed_public_key.h
|
||||
|
||||
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_openssl_la_LIBADD = $(OPENSSL_LIB)
|
||||
|
||||
Reference in New Issue
Block a user