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 926d2f61..57c439c4 100644
--- a/cipher/arcfour.c
+++ b/cipher/arcfour.c
@@ -149,6 +149,6 @@ selftest(void)
gcry_cipher_spec_t cipher_spec_arcfour =
{
- "ARCFOUR", NULL, 1, 128, sizeof (ARCFOUR_context),
+ "ARCFOUR", NULL, NULL, 1, 128, sizeof (ARCFOUR_context),
arcfour_setkey, NULL, NULL, encrypt_stream, encrypt_stream,
};