mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Only link crypto_dh_openssl.c once
(We do this unconditionally, since we still need it for tortls.c)
This commit is contained in:
@@ -29,8 +29,7 @@ src_lib_libtor_crypt_ops_a_SOURCES += \
|
||||
src/lib/crypt_ops/crypto_nss_mgt.c
|
||||
else
|
||||
src_lib_libtor_crypt_ops_a_SOURCES += \
|
||||
src/lib/crypt_ops/aes_openssl.c \
|
||||
src/lib/crypt_ops/crypto_dh_openssl.c
|
||||
src/lib/crypt_ops/aes_openssl.c
|
||||
endif
|
||||
|
||||
if USE_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user