diff options
author | Marek Majkowski <marek@popcount.org> | 2013-06-10 20:30:57 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-12 13:02:06 -0400 |
commit | 16d1dd134a995cf62cdbcf6c2d59da7ae09d601b (patch) | |
tree | 5ae484f315b6b5878d8cdb436881ca4e994317ca /src/test/test.c | |
parent | 616fd790ecacf933e6a624a14a8971d9ebf70d5c (diff) | |
download | tor-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/test.c')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test.c b/src/test/test.c index da5b4e5256..a9cf899a0e 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -2133,7 +2133,6 @@ extern struct testcase_t config_tests[]; extern struct testcase_t introduce_tests[]; extern struct testcase_t replaycache_tests[]; extern struct testcase_t cell_format_tests[]; -extern struct testcase_t tortls_tests[]; static struct testgroup_t testgroups[] = { { "", test_array }, @@ -2148,7 +2147,6 @@ static struct testgroup_t testgroups[] = { { "pt/", pt_tests }, { "config/", config_tests }, { "replaycache/", replaycache_tests }, - { "tortls/", tortls_tests }, { "introduce/", introduce_tests }, END_OF_GROUPS }; |