summaryrefslogtreecommitdiff
path: root/cipher/blowfish.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-02-16 13:16:30 +0000
committerWerner Koch <wk@gnupg.org>1999-02-16 13:16:30 +0000
commit788077d888e7b95448ed8c1a84d7e5d6b9244d9f (patch)
tree413375191713a0e35c0f60b9c6bb669327060057 /cipher/blowfish.c
parentf5a7426be64684b9eaa6b2c1506374b3efc88aca (diff)
downloadlibgcrypt-788077d888e7b95448ed8c1a84d7e5d6b9244d9f.tar.gz
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to 'cipher/blowfish.c')
-rw-r--r--cipher/blowfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/blowfish.c b/cipher/blowfish.c
index 8cffa8b3..8bfce67c 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -455,7 +455,7 @@ decrypt_block( BLOWFISH_context *bc, byte *outbuf, byte *inbuf )
static const char*
-selftest()
+selftest(void)
{
BLOWFISH_context c;
byte plain[] = "BLOWFISH";