Only link crypto_dh_openssl.c once

(We do this unconditionally, since we still need it for tortls.c)
This commit is contained in:
Nick Mathewson 2018-07-18 10:19:20 -04:00
parent f5e22358b0
commit 17f922d371

View File

@ -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