aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-08-14 21:32:43 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-08-14 21:32:43 +0200
commitd1f8759e5034dacb489123719ca86c5d802f154d (patch)
tree06d0a0b3db572589cdb724bf120fef6fd3b46352
parent08cdb93834bcc1b67e4e7f44e8bc90b42c686658 (diff)
Just a little typo in rc4.c
-rw-r--r--lib/rc4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rc4.c b/lib/rc4.c
index 5e334507..6223077a 100644
--- a/lib/rc4.c
+++ b/lib/rc4.c
@@ -45,7 +45,7 @@
#include "rc4.h"
/* Add some seed to the password, to make sure we *never* use the same key.
- This defines how many byes we use as a seed. */
+ This defines how many bytes we use as a seed. */
#define RC4_IV_LEN 6
/* To defend against a "Fluhrer, Mantin and Shamir attack", it is recommended