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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 2235 by michael, Sat Jun 15 18:14:12 2013 UTC vs.
Revision 2246 by michael, Sun Jun 16 10:48:39 2013 UTC

# Line 368 | Line 368 | add_connection(struct Listener *listener
368        return;
369      }
370  
371 +    AddFlag(new_client, FLAGS_SSL);
372      SSL_set_fd(new_client->localClient->fd.ssl, fd);
373      ssl_handshake(0, new_client);
374    }

Diff Legend

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