summaryrefslogtreecommitdiff
path: root/cipher/cast5.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/cast5.c')
-rw-r--r--cipher/cast5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cast5.c b/cipher/cast5.c
index 01840891..5dad9193 100644
--- a/cipher/cast5.c
+++ b/cipher/cast5.c
@@ -614,7 +614,7 @@ cast_setkey (void *context, const byte *key, unsigned keylen )
}
-gcry_cipher_spec_t cipher_spec_cast5 =
+gcry_cipher_spec_t _gcry_cipher_spec_cast5 =
{
"CAST5", NULL, NULL, CAST5_BLOCKSIZE, 128, sizeof (CAST5_context),
cast_setkey, encrypt_block, decrypt_block,