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/blowfish.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/blowfish.c')
| -rw-r--r-- | cipher/blowfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/blowfish.c b/cipher/blowfish.c index 8cffa8b3e..8bfce67c9 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"; |
