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

Comparing ircd-hybrid/trunk/src/misc.c (file contents):
Revision 3347 by michael, Sun Apr 20 14:03:06 2014 UTC vs.
Revision 3455 by michael, Thu May 1 19:39:12 2014 UTC

# Line 136 | Line 136 | myctime(time_t value)
136   const char *
137   ssl_get_cipher(const SSL *ssl)
138   {
139 <  static char buffer[IRCD_BUFSIZE / 4];
139 >  static char buffer[IRCD_BUFSIZE];
140    int bits = 0;
141  
142    SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), &bits);

Diff Legend

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