commit | c80fd6b215449f2ba7228af58979ac8709f74b82 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Jan 16 09:21:50 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu Jan 22 09:19:59 2015 +0000 |
tree | 0269f83aff238ce66c2839e2a52c237caaa37ec3 | |
parent | 4b618848f9beb8271f24883694e097caa70013c0 [diff] [blame] |
Further comment changes for reformat (master) Reviewed-by: Tim Hudson <tjh@openssl.org>
diff --git a/crypto/rc4/rc4_enc.c b/crypto/rc4/rc4_enc.c index ee0fe8d..dff4fc3 100644 --- a/crypto/rc4/rc4_enc.c +++ b/crypto/rc4/rc4_enc.c
@@ -59,7 +59,8 @@ #include <openssl/rc4.h> #include "rc4_locl.h" -/* RC4 as implemented from a posting from +/*- + * RC4 as implemented from a posting from * Newsgroups: sci.crypt * From: sterndark@netcom.com (David Sterndark) * Subject: RC4 Algorithm revealed.