From owner-cvs-src@FreeBSD.ORG Wed Apr 14 16:26:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F9D16A4CE; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A0743D46; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3ENQQGe080942; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3ENQQ21080941; Wed, 14 Apr 2004 16:26:26 -0700 (PDT) (envelope-from peter) Message-Id: <200404142326.i3ENQQ21080941@repoman.freebsd.org> From: Peter Wemm Date: Wed, 14 Apr 2004 16:26:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/secure/lib/libcrypto Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 23:26:27 -0000 peter 2004/04/14 16:26:26 PDT FreeBSD src repository Modified files: secure/lib/libcrypto Makefile Log: Turn on the amd64-specific bignum code in openssl. This is actually a variant of the C code but with some scattered asm and things laid out more optimally for the platform. This means that we need to the asm directory to the search path for the amd64 case so that make can find the source. Revision Changes Path 1.67 +7 -0 src/secure/lib/libcrypto/Makefile