From 17f922d3719837fade1888dfa7cc99ac801ad800 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Jul 2018 10:19:20 -0400 Subject: 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(-) (limited to 'src/lib/crypt_ops/include.am') diff --git a/src/lib/crypt_ops/include.am b/src/lib/crypt_ops/include.am index 05451cc0e0..803d448852 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 -- cgit v1.2.3-54-g00ecf