Loading src/or/circuitbuild.c +4 −4 Original line number Diff line number Diff line Loading @@ -829,12 +829,12 @@ circuit_pick_create_handshake(uint8_t *cell_type_out, if (extend_info_supports_ntor(ei)) { *cell_type_out = CELL_CREATE2; *handshake_type_out = ONION_HANDSHAKE_TYPE_NTOR; return; } } else { /* XXXX030 Remove support for deciding to use TAP and EXTEND. */ *cell_type_out = CELL_CREATE; *handshake_type_out = ONION_HANDSHAKE_TYPE_TAP; } } /** Decide whether to use a TAP or ntor handshake for extending to <b>ei</b> * and set *<b>handshake_type_out</b> accordingly. Decide whether we should Loading Loading
src/or/circuitbuild.c +4 −4 Original line number Diff line number Diff line Loading @@ -829,12 +829,12 @@ circuit_pick_create_handshake(uint8_t *cell_type_out, if (extend_info_supports_ntor(ei)) { *cell_type_out = CELL_CREATE2; *handshake_type_out = ONION_HANDSHAKE_TYPE_NTOR; return; } } else { /* XXXX030 Remove support for deciding to use TAP and EXTEND. */ *cell_type_out = CELL_CREATE; *handshake_type_out = ONION_HANDSHAKE_TYPE_TAP; } } /** Decide whether to use a TAP or ntor handshake for extending to <b>ei</b> * and set *<b>handshake_type_out</b> accordingly. Decide whether we should Loading