mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
Clarify CertFP message.
This commit is contained in:
parent
7247337afa
commit
11dff8a423
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ ssl_process_certfp(ssl_ctl_t * ctl, ssl_ctl_buf_t * ctl_buf)
|
|||
for(i = 0; i < RB_SSL_CERTFP_LEN; i++)
|
||||
rb_snprintf(certfp_string + 2 * i, 3, "%02x",
|
||||
certfp[i]);
|
||||
sendto_one_notice(client_p, ":*** CertFP is %s", certfp_string);
|
||||
sendto_one_notice(client_p, ":*** Your client certificate fingerprint is: %s", certfp_string);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue