Browse Source

Only link crypto_dh_openssl.c once

(We do this unconditionally, since we still need it for tortls.c)
Nick Mathewson 5 years ago
parent
commit
17f922d371
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/crypt_ops/include.am

+ 1 - 2
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