[tor/master] Only link crypto_dh_openssl.c once

commit 17f922d3719837fade1888dfa7cc99ac801ad800 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jul 18 10:19:20 2018 -0400 Only link crypto_dh_openssl.c once (We do this unconditionally, since we still need it for tortls.c) --- src/lib/crypt_ops/include.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index 05451cc0e..803d44885 100644 --- a/src/lib/crypt_ops/include.am +++ b/src/lib/crypt_ops/include.am @@ -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
participants (1)
-
nickm@torproject.org