diff options
Diffstat (limited to 'lib/rc4.h')
-rw-r--r-- | lib/rc4.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ \***************************************************************************/ +/* See rc4.c for more information. */ + struct rc4_state { unsigned char S[256]; |