From e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 16 Feb 1999 13:16:33 +0000 Subject: See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch --- cipher/cipher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cipher/cipher.c') diff --git a/cipher/cipher.c b/cipher/cipher.c index 37d60251b..601165b71 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; -- cgit v1.2.3