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 4565 by michael, Sun Aug 24 10:27:40 2014 UTC vs.
Revision 4914 by michael, Sun Nov 23 20:30:31 2014 UTC

# Line 141 | Line 141 | ssl_get_cipher(const SSL *ssl)
141  
142    SSL_CIPHER_get_bits(SSL_get_current_cipher(ssl), &bits);
143  
144 <  snprintf(buffer, sizeof(buffer), "%s %s-%d", SSL_get_version(ssl),
144 >  snprintf(buffer, sizeof(buffer), "%s-%s-%d", SSL_get_version(ssl),
145             SSL_get_cipher(ssl), bits);
146    return buffer;
147   }

Diff Legend

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