From owner-cvs-all Fri Aug 23 19:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F33437B400; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E25243E75; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7O2rOJU008284; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7O2rO71008283; Fri, 23 Aug 2002 19:53:24 -0700 (PDT) Message-Id: <200208240253.g7O2rO71008283@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 23 Aug 2002 19:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcipher crypt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/23 19:53:24 PDT Modified files: secure/lib/libcipher crypt.c Log: Use `uint32_t' instead of `unsigned long', since the code assumes 32-bit arithmetic. Reviewed by: make test The fact that bdes(1) didn't work was Reported by: Fred Clift Revision Changes Path 1.9 +29 -30 src/secure/lib/libcipher/crypt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message