summaryrefslogtreecommitdiff
path: root/cipher/arcfour.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/arcfour.c')
-rw-r--r--cipher/arcfour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/arcfour.c b/cipher/arcfour.c
index 57c439c4..c41ff0d5 100644
--- a/cipher/arcfour.c
+++ b/cipher/arcfour.c
@@ -147,7 +147,7 @@ selftest(void)
-gcry_cipher_spec_t cipher_spec_arcfour =
+gcry_cipher_spec_t _gcry_cipher_spec_arcfour =
{
"ARCFOUR", NULL, NULL, 1, 128, sizeof (ARCFOUR_context),
arcfour_setkey, NULL, NULL, encrypt_stream, encrypt_stream,