MINOR: quic: Dump initial derived secrets
It seems <qc> parameters was removed for an unknown reason preventing these secrets to dumped by the traces.
This commit is contained in:
parent
8ec9c81ac4
commit
359d877f73
@ -537,7 +537,7 @@ static inline int qc_new_isecs(struct quic_conn *qc,
|
||||
goto err;
|
||||
|
||||
ctx->flags |= QUIC_FL_TLS_SECRETS_SET;
|
||||
TRACE_LEAVE(QUIC_EV_CONN_ISEC, NULL, rx_init_sec, tx_init_sec);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_ISEC, qc, rx_init_sec, tx_init_sec);
|
||||
|
||||
return 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user