# | 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"; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |