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 84d8fd6b..11b55411 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -585,7 +585,7 @@ bf_setkey (void *context, const byte *key, unsigned keylen)
-gcry_cipher_spec_t cipher_spec_blowfish =
+gcry_cipher_spec_t _gcry_cipher_spec_blowfish =
{
"BLOWFISH", NULL, NULL, BLOWFISH_BLOCKSIZE, 128,
sizeof (BLOWFISH_context),