# HG changeset patch # User diego # Date 1192354253 0 # Node ID e6ec944b7ff025a1fe20868a6c24a06b833775b8 # Parent f2e3cd83213ead7e56d2ac701d562165d7f92cd8 Consistently place comments in file header. diff -r f2e3cd83213e -r e6ec944b7ff0 rc4.c --- a/rc4.c Sun Oct 14 09:29:59 2007 +0000 +++ b/rc4.c Sun Oct 14 09:30:53 2007 +0000 @@ -2,6 +2,8 @@ * RC4 encryption/decryption/pseudo-random number generator * Copyright (c) 2007 Reimar Doeffinger * + * loosely based on LibTomCrypt by Tom St Denis + * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -17,8 +19,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * loosely based on LibTomCrypt by Tom St Denis */ #include "common.h" #include "rc4.h"