]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Only link crypto_dh_openssl.c once
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2018 14:19:20 +0000 (10:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 31 Jul 2018 23:46:00 +0000 (19:46 -0400)
(We do this unconditionally, since we still need it for tortls.c)

src/lib/crypt_ops/include.am

index 05451cc0e0945a3fc9b4de258f556a9a0c68ef34..803d448852f7263eaad1e65de246302d7bd21489 100644 (file)
@@ -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