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 2f76ba95..6ef68e37 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -601,5 +601,5 @@ gcry_cipher_spec_t _gcry_cipher_spec_blowfish =
{
"BLOWFISH", NULL, NULL, BLOWFISH_BLOCKSIZE, 128,
sizeof (BLOWFISH_context),
- bf_setkey, encrypt_block, decrypt_block,
+ bf_setkey, encrypt_block, decrypt_block
};