diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-05 01:34:00 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-06 16:45:25 +0100 |
commit | 3a83462dfea67566ba9bcedee266dc93d2e911e2 (patch) | |
tree | 34d2b020e0b50be348500f4106fe514840ae30f3 /crypto/rc2/rc2_ecb.c | |
parent | Remove blank line from start of cflags character array in buildinf.h (diff) | |
download | openssl-3a83462dfea67566ba9bcedee266dc93d2e911e2.tar.xz openssl-3a83462dfea67566ba9bcedee266dc93d2e911e2.zip |
Further comment amendments to preserve formatting prior to source reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/rc2/rc2_ecb.c')
-rw-r--r-- | crypto/rc2/rc2_ecb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c index fff86c7af8..4214233c65 100644 --- a/crypto/rc2/rc2_ecb.c +++ b/crypto/rc2/rc2_ecb.c @@ -62,7 +62,8 @@ const char RC2_version[]="RC2" OPENSSL_VERSION_PTEXT; -/* RC2 as implemented frm a posting from +/*- + * RC2 as implemented frm a posting from * Newsgroups: sci.crypt * Sender: pgut01@cs.auckland.ac.nz (Peter Gutmann) * Subject: Specification for Ron Rivests Cipher No.2 |