X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=rc4.h;h=1815e3b86603e918683e5106b10270007db6a5c1;hp=c290b48c81d3ed892f07c4eb7a896bf1275d057c;hb=1dbe0b9828c0fe0fb642361473dedbcef7defc4c;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/rc4.h b/rc4.h index c290b48c..1815e3b8 100644 --- 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 rc4 session key. */ +#define RC4_KEY_LEN 32