From owner-cvs-all Sun Feb 28 18:40: 5 1999 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 01DD51506E; Sun, 28 Feb 1999 18:40:01 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA57887; Sun, 28 Feb 1999 18:39:46 -0800 (PST) (envelope-from wollman@FreeBSD.org) Message-Id: <199903010239.SAA57887@freefall.freebsd.org> From: Garrett Wollman Date: Sun, 28 Feb 1999 18:39:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmd Makefile sha.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wollman 1999/02/28 18:39:45 PST Modified files: lib/libmd Makefile sha.3 Log: Don't even attempt to build the assembly-language versions of RIPEMD160 and SHA-1 when OBJFORMAT is not ELF. Add a warning to the man page about how SHA-1 uses bswapl, which will trap on 80386es (and the kernel should, but doesn't currently, emulate). Revision Changes Path 1.31 +3 -1 src/lib/libmd/Makefile 1.3 +13 -1 src/lib/libmd/sha.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message