]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove trunnel files from libor/libcrypto, since they are in libtrunnel. Found with...
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Apr 2016 17:39:07 +0000 (13:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Apr 2016 17:39:07 +0000 (13:39 -0400)
src/common/include.am

index 6215df7211dd6538ced55c9733227519ba884301..f2e89a7b49982d045425d33a09dd872f8ca475f9 100644 (file)
@@ -74,7 +74,6 @@ LIBOR_A_SOURCES = \
   src/common/sandbox.c                                 \
   src/common/workqueue.c                               \
   src/ext/csiphash.c                                   \
-  src/ext/trunnel/trunnel.c                            \
   $(libor_extra_source)                                        \
   $(threads_impl_source)                               \
   $(readpassphrase_source)
@@ -90,7 +89,6 @@ LIBOR_CRYPTO_A_SOURCES = \
   src/common/crypto_format.c   \
   src/common/torgzip.c         \
   src/common/tortls.c          \
-  src/trunnel/pwbox.c          \
   src/common/crypto_curve25519.c \
   src/common/crypto_ed25519.c