X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=rc4.h;h=d2c6de7904a6d7fbb2814e4aee85949ffc3f5323;hp=1815e3b86603e918683e5106b10270007db6a5c1;hb=15714678f57f0e8931a70d64dca43c31e693bb61;hpb=2aa98426fca67a8b9c075ca7efea54aef18c0380 diff --git a/rc4.h b/rc4.h index 1815e3b8..d2c6de79 100644 --- a/rc4.h +++ b/rc4.h @@ -1,4 +1,4 @@ /** \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 +/** Number of bytes of the session key. */ +#define SESSION_KEY_LEN 32