summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-10 20:30:57 +0100
committerNick Mathewson <nickm@torproject.org>2013-06-12 13:02:06 -0400
commit16d1dd134a995cf62cdbcf6c2d59da7ae09d601b (patch)
tree5ae484f315b6b5878d8cdb436881ca4e994317ca /src/test/include.am
parent616fd790ecacf933e6a624a14a8971d9ebf70d5c (diff)
downloadtor-16d1dd134a995cf62cdbcf6c2d59da7ae09d601b.tar.gz
tor-16d1dd134a995cf62cdbcf6c2d59da7ae09d601b.zip
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_pkey_eq
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am
index af95d44470..112d1a79d8 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -23,7 +23,6 @@ src_test_test_SOURCES = \
src/test/test_microdesc.c \
src/test/test_pt.c \
src/test/test_replay.c \
- src/test/test_tortls.c \
src/test/test_util.c \
src/test/test_config.c \
src/ext/tinytest.c