tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 17f922d3719837fade1888dfa7cc99ac801ad800
parent f5e22358b0d8f71e4d6bad4b72859e2d3f38c700
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 18 Jul 2018 10:19:20 -0400

Only link crypto_dh_openssl.c once

(We do this unconditionally, since we still need it for tortls.c)

Diffstat:
Msrc/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 @@ -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