From owner-cvs-all Sun Apr 9 15:48:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 564F437B620; Sun, 9 Apr 2000 15:48:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA67938; Sun, 9 Apr 2000 15:48:13 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200004092248.PAA67938@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 9 Apr 2000 15:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/crypto/rc4 rc4.c rc4.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/04/09 15:48:13 PDT Modified files: sys/crypto/rc4 rc4.c rc4.h Log: Clarification to previous commit: this code implements the algorithm which is commonly referred to under the trademarked name 'RC4'. However, this is not the actual 'RC4' implementation. (Forced commit) Revision Changes Path 1.2 +1 -1 src/sys/crypto/rc4/rc4.c 1.2 +1 -1 src/sys/crypto/rc4/rc4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message