summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/rc4_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4_enc.c')
-rw-r--r--src/lib/libcrypto/rc4/rc4_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/rc4_enc.c b/src/lib/libcrypto/rc4/rc4_enc.c
index ec9d9e7b64..bdf7de9f65 100644
--- a/src/lib/libcrypto/rc4/rc4_enc.c
+++ b/src/lib/libcrypto/rc4/rc4_enc.c
@@ -100,7 +100,7 @@ void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
100 * (**) i.e. according to 'apps/openssl speed rc4' benchmark, 100 * (**) i.e. according to 'apps/openssl speed rc4' benchmark,
101 * crypto/rc4/rc4speed.c exhibits almost 70% speed-up... 101 * crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
102 * 102 *
103 * Cavets. 103 * Caveats.
104 * 104 *
105 * - RC4_CHUNK="unsigned long long" should be a #1 choice for 105 * - RC4_CHUNK="unsigned long long" should be a #1 choice for
106 * UltraSPARC. Unfortunately gcc generates very slow code 106 * UltraSPARC. Unfortunately gcc generates very slow code