]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - rc4.h
rename RC4_KEY_LEN to SESSION_KEY_LEN.
[paraslash.git] / rc4.h
diff --git a/rc4.h b/rc4.h
index c290b48c81d3ed892f07c4eb7a896bf1275d057c..d2c6de7904a6d7fbb2814e4aee85949ffc3f5323 100644 (file)
--- a/rc4.h
+++ b/rc4.h
@@ -1 +1,4 @@
-#define RC4_KEY_LEN 16
+/** \file rc4.h common symbols of command.c and client_common.c */
+
+/** Number of bytes of the session key. */
+#define SESSION_KEY_LEN 32