summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/rc4/rc4_enc.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-04-27 20:38:39 +0000
committermiod <miod@openbsd.org>2014-04-27 20:38:39 +0000
commit967ee9a7996690d4234e7afce99efb9504c84771 (patch)
tree14472da2583e6b2328e43a51eaab0f80e5a000a1 /lib/libcrypto/rc4/rc4_enc.c
parentRemove orphaned l2n6 and n2l6 macros. (diff)
downloadwireguard-openbsd-967ee9a7996690d4234e7afce99efb9504c84771.tar.xz
wireguard-openbsd-967ee9a7996690d4234e7afce99efb9504c84771.zip
typo in comment
Diffstat (limited to 'lib/libcrypto/rc4/rc4_enc.c')
-rw-r--r--lib/libcrypto/rc4/rc4_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/rc4/rc4_enc.c b/lib/libcrypto/rc4/rc4_enc.c
index ec9d9e7b64e..bdf7de9f658 100644
--- a/lib/libcrypto/rc4/rc4_enc.c
+++ b/lib/libcrypto/rc4/rc4_enc.c
@@ -100,7 +100,7 @@ void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
* (**) i.e. according to 'apps/openssl speed rc4' benchmark,
* crypto/rc4/rc4speed.c exhibits almost 70% speed-up...
*
- * Cavets.
+ * Caveats.
*
* - RC4_CHUNK="unsigned long long" should be a #1 choice for
* UltraSPARC. Unfortunately gcc generates very slow code