summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-08-30 18:00:11 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-08-30 18:00:11 +0000
commitaba295323ed69f44ffb79e444cac61bea6198b0f (patch)
tree4955dc638d6552d9b49444591283539d47fb55ee
parentc804883350906e0ddbaff7d39f017160ea8d9569 (diff)
bytes/bits in a comment.
--HG-- extra : convert_revision : e21a3d00c4ec3bede096484bb813940fe68cc259
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.h b/options.h
index 7a9cb64..5ec19fc 100644
--- a/options.h
+++ b/options.h
@@ -278,7 +278,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
#define MAX_MAC_LEN SHA1_HASH_SIZE
-#define MAX_KEY_LEN 32 /* 256 bytes for aes256 etc */
+#define MAX_KEY_LEN 32 /* 256 bits for aes256 etc */
#define MAX_IV_LEN 20 /* must be same as max blocksize,
and >= SHA1_HASH_SIZE */
#define MAX_MAC_KEY 20