]> git.tuebingen.mpg.de Git - paraslash.git/commit
rename RC4_KEY_LEN to SESSION_KEY_LEN.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Feb 2011 22:49:06 +0000 (23:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 27 Mar 2011 14:43:11 +0000 (16:43 +0200)
commit15714678f57f0e8931a70d64dca43c31e693bb61
treedc0eb732e86a7dbd75dd25735f47ba3bab42c7fe
parente4db7671a91a7552c642acc979f0eb278f8d467f
rename RC4_KEY_LEN to SESSION_KEY_LEN.

The users of the crypto API should not need to care about which stream
cipher is in use. This trivial patch only renames the name of the
constant value and updates the documentation.
aft.c
client_common.c
command.c
rc4.h
user_list.c