summaryrefslogtreecommitdiff
path: root/src/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rsa.c')
-rw-r--r--src/rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rsa.c b/src/rsa.c
index 9ac1614..67b1def 100644
--- a/src/rsa.c
+++ b/src/rsa.c
@@ -52,7 +52,7 @@ report_crypto_errors(void)
ilog(LOG_TYPE_IRCD, "SSL error: %s", ERR_error_string(e, 0));
}
-void
+static void
binary_to_hex(const unsigned char *bin, char *hex, unsigned int length)
{
static const char trans[] = "0123456789ABCDEF";