aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rc4.h')
-rw-r--r--lib/rc4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rc4.h b/lib/rc4.h
index 6c9ea6b9..2d4d3cc8 100644
--- a/lib/rc4.h
+++ b/lib/rc4.h
@@ -22,6 +22,8 @@
\***************************************************************************/
+/* See rc4.c for more information. */
+
struct rc4_state
{
unsigned char S[256];