summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index d0babab5..b9e6f18f 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -620,7 +620,7 @@ int decompress_buffer(SSH_SESSION *session,BUFFER *buf);
/* wrapper.c */
int crypt_set_algorithms(SSH_SESSION *);
int crypt_set_algorithms_server(SSH_SESSION *session);
-CRYPTO *crypto_new();
+CRYPTO *crypto_new(void);
void crypto_free(CRYPTO *crypto);
/* crc32.c */