mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'ed25519_ref10_squashed'
Conflicts: src/common/include.am src/ext/README
This commit is contained in:
@@ -52,8 +52,12 @@ LIBDONNA=
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBDONNA += $(LIBED25519_REF10)
|
||||
|
||||
if CURVE25519_ENABLED
|
||||
libcrypto_extra_source=src/common/crypto_curve25519.c
|
||||
libcrypto_extra_source = \
|
||||
src/common/crypto_curve25519.c \
|
||||
src/common/crypto_ed25519.c
|
||||
endif
|
||||
|
||||
LIBOR_A_SOURCES = \
|
||||
@@ -114,6 +118,7 @@ COMMONHEADERS = \
|
||||
src/common/container.h \
|
||||
src/common/crypto.h \
|
||||
src/common/crypto_curve25519.h \
|
||||
src/common/crypto_ed25519.h \
|
||||
src/common/crypto_pwbox.h \
|
||||
src/common/crypto_s2k.h \
|
||||
src/common/di_ops.h \
|
||||
|
||||
Reference in New Issue
Block a user