summaryrefslogtreecommitdiff
path: root/src/cli_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_common.c')
-rw-r--r--src/cli_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_common.c b/src/cli_common.c
index 7b4775cde..0b13db5dc 100644
--- a/src/cli_common.c
+++ b/src/cli_common.c
@@ -191,7 +191,7 @@ ssize_t cliWriteConn(redisContext *c, const char *buf, size_t buf_len)
/* Wrapper around OpenSSL (libssl and libcrypto) initialisation
*/
-int cliSecureInit()
+int cliSecureInit(void)
{
#ifdef USE_OPENSSL
ERR_load_crypto_strings();