STATIC void export_hs_client_circuit_id(edge_connection_t *edge_conn,
hs_circuit_id_protocol_t protocol);
-
struct half_edge_t;
STATIC void connection_half_edge_add(const edge_connection_t *conn,
origin_circuit_t *circ);
tor_cert_t *torcert = NULL;
ed25519_cert_t *cert = ed25519_cert_new();
- tor_assert(cert); // Trunnel's new functions can return NULL.
+ tor_assert(cert); // Unlike Tor's, Trunnel's "new" functions can return NULL.
cert->cert_type = cert_type;
cert->exp_field = (uint32_t) CEIL_DIV(now + lifetime, 3600);
cert->cert_key_type = signed_key_type;