[tor-commits] [tor/master] Only link crypto_dh_openssl.c once
nickm at torproject.org
nickm at torproject.org
Wed Sep 5 00:47:13 UTC 2018
commit 17f922d3719837fade1888dfa7cc99ac801ad800
Author: Nick Mathewson <nickm at 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
More information about the tor-commits
mailing list