diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-20 13:39:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-20 13:39:07 -0400 |
commit | 26db1b65b92270953a6fa9e79697773fe2b73235 (patch) | |
tree | 8463ce4decef74299ade4fd62ac985a204325da4 /src/common/include.am | |
parent | 520799f0846a2f32396fbbbea94a00fbe633c9d8 (diff) | |
download | tor-26db1b65b92270953a6fa9e79697773fe2b73235.tar.gz tor-26db1b65b92270953a6fa9e79697773fe2b73235.zip |
Remove trunnel files from libor/libcrypto, since they are in libtrunnel. Found with modularity tool.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am index 6215df7211..f2e89a7b49 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -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 |