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

Comparing ircd-hybrid/trunk/src/rsa.c (file contents):
Revision 4110 by michael, Tue Jul 1 15:56:12 2014 UTC vs.
Revision 4113 by michael, Tue Jul 1 16:02:52 2014 UTC

# Line 52 | Line 52 | report_crypto_errors(void)
52      ilog(LOG_TYPE_IRCD, "SSL error: %s", ERR_error_string(e, 0));
53   }
54  
55 < static void
55 > void
56   binary_to_hex(const unsigned char *bin, char *hex, unsigned int length)
57   {
58    static const char trans[] = "0123456789ABCDEF";

Diff Legend

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