Explorar el Código

Merge branch 'maint-0.3.2' into maint-0.3.3

Nick Mathewson hace 5 años
padre
commit
8691046ac6
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 0 1
      src/or/connection_edge.c
  2. 1 2
      src/test/test_tortls.c

+ 0 - 1
src/or/connection_edge.c

@@ -4166,4 +4166,3 @@ connection_edge_free_all(void)
   smartlist_free(pending_entry_connections);
   pending_entry_connections = NULL;
 }
-

+ 1 - 2
src/test/test_tortls.c

@@ -2784,7 +2784,7 @@ struct testcase_t tortls_tests[] = {
   LOCAL_TEST_CASE(always_accept_verify_cb, 0),
   INTRUSIVE_TEST_CASE(x509_cert_free, 0),
   LOCAL_TEST_CASE(x509_cert_get_id_digests, 0),
-  INTRUSIVE_TEST_CASE(cert_matches_key, 0),
+  LOCAL_TEST_CASE(cert_matches_key, 0),
   INTRUSIVE_TEST_CASE(cert_get_key, 0),
   LOCAL_TEST_CASE(get_my_client_auth_key, TT_FORK),
   LOCAL_TEST_CASE(get_my_certs, TT_FORK),
@@ -2828,4 +2828,3 @@ struct testcase_t tortls_tests[] = {
   LOCAL_TEST_CASE(context_init_one, 0),
   END_OF_TESTCASES
 };
-