summaryrefslogtreecommitdiff
path: root/cipher/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 37d60251..601165b7 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -77,7 +77,7 @@ dummy_decrypt_block( void *c, byte *outbuf, byte *inbuf ) { BUG(); }
* Put the static entries into the table.
*/
static void
-setup_cipher_table()
+setup_cipher_table(void)
{
int i;
@@ -146,7 +146,7 @@ setup_cipher_table()
* Try to load all modules and return true if new modules are available
*/
static int
-load_cipher_modules()
+load_cipher_modules(void)
{
static int done = 0;
static int initialized = 0;