commit | 3f309aef45e24dfdfc800b1cb0b6d9734ba9aff2 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Fri Feb 20 13:49:37 2015 -0800 |
committer | Adam Langley <agl@google.com> | Fri Feb 20 23:44:33 2015 +0000 |
tree | 5d778f2a741b3077bd26c12798095c6d7f03606f | |
parent | 44972944fd85bb38f5e28a2a912295717258c2cf [diff] |
Tidy up RC4 a little. RC4_CHUNK is always defined, RC4_INT is always uint32_t and the "register" keyword is an anachronism. Change-Id: Ia752af30ba6bac0ee6216ce189fcf3888de73c6e Reviewed-on: https://boringssl-review.googlesource.com/3544 Reviewed-by: Adam Langley <agl@google.com>