[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Disable current padding machines.
commit 56a45eb4092e9c543b39e981dce798c64bbc9e5d
Author: George Kadianakis <desnacked@xxxxxxxxxx>
Date: Thu Dec 27 10:45:16 2018 +0200
Disable current padding machines.
Co-authored-by: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
---
src/core/or/circuitpadding.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/core/or/circuitpadding.c b/src/core/or/circuitpadding.c
index 9f8713f62..ee26558bc 100644
--- a/src/core/or/circuitpadding.c
+++ b/src/core/or/circuitpadding.c
@@ -2018,6 +2018,8 @@ circpad_setup_machine_on_circ(circuit_t *on_circ,
on_circ->padding_machine[machine->machine_index] = machine;
}
+/* These padding machines are only used for tests pending #28634. */
+#ifdef TOR_UNIT_TESTS
static void
circpad_circ_client_machine_init(void)
{
@@ -2163,6 +2165,7 @@ circpad_circ_responder_machine_init(void)
circ_responder_machine->machine_num = smartlist_len(relay_padding_machines);
smartlist_add(relay_padding_machines, circ_responder_machine);
}
+#endif
/**
* Initialize all of our padding machines.
@@ -2180,9 +2183,10 @@ circpad_machines_init(void)
relay_padding_machines = smartlist_new();
// TODO: Parse machines from consensus and torrc
-
+#ifdef TOR_UNIT_TESTS
circpad_circ_client_machine_init();
circpad_circ_responder_machine_init();
+#endif
}
/**
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits