mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +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:
parent
f5e22358b0
commit
17f922d371
@ -29,8 +29,7 @@ src_lib_libtor_crypt_ops_a_SOURCES += \
|
|||||||
src/lib/crypt_ops/crypto_nss_mgt.c
|
src/lib/crypt_ops/crypto_nss_mgt.c
|
||||||
else
|
else
|
||||||
src_lib_libtor_crypt_ops_a_SOURCES += \
|
src_lib_libtor_crypt_ops_a_SOURCES += \
|
||||||
src/lib/crypt_ops/aes_openssl.c \
|
src/lib/crypt_ops/aes_openssl.c
|
||||||
src/lib/crypt_ops/crypto_dh_openssl.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_OPENSSL
|
if USE_OPENSSL
|
||||||
|
Loading…
Reference in New Issue
Block a user