diff options
author | Werner Koch <[email protected]> | 1999-02-16 13:16:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-02-16 13:16:33 +0000 |
commit | e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch) | |
tree | 31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /cipher/cipher.c | |
parent | See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff) | |
download | gnupg-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.gz gnupg-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip |
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |