| # | Line 320 | Line 320 | ssl_handshake(int fd, struct Client *cli | |
|---|---|---|
| 320 | { | |
| 321 | base16_encode(buf, sizeof(buf), | |
| 322 | (const char *)cert->sha1_hash, sizeof(cert->sha1_hash)); | |
| 323 | < | client_p->certfp = xstrndup(buf, sizeof(buf)); |
| 323 | > | client_p->certfp = xstrdup(buf); |
| 324 | } | |
| 325 | else | |
| 326 | ilog(LOG_TYPE_IRCD, "Client %s!%s@%s gave bad SSL client certificate: %d", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |