ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 2229 by michael, Thu Jun 13 20:10:27 2013 UTC vs.
Revision 2230 by michael, Thu Jun 13 20:23:04 2013 UTC

# 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",

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)