aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rc4.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-19 18:52:38 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-19 18:52:38 +0200
commit0aaca60fdc1a6793b438ecc926bd937073d22685 (patch)
tree88af0ce1d2de568fab195386b5d33cddd3f9b6e1 /lib/rc4.h
parent04026d44c29f2b7d64f81bb2d2d061a7d111662f (diff)
Added some (more) comments to .h files in lib/ and some minor fixes/cleanups.
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];