summaryrefslogtreecommitdiff
path: root/cipher/blowfish.c
diff options
context:
space:
mode:
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";